mirror of
https://github.com/konsoletyper/teavm.git
synced 2024-11-21 01:00:54 +08:00
Fix build in travis. Seems they have old and buggy javac
This commit is contained in:
parent
16c467f8e2
commit
6c6e7c0d4d
@ -53,7 +53,7 @@ class HtmlUnitRunStrategy implements TestRunStrategy {
|
||||
}
|
||||
|
||||
try {
|
||||
page.set(webClient.get().getPage("about:blank"));
|
||||
page.set(webClient.get().<HtmlPage>getPage("about:blank"));
|
||||
} catch (IOException e) {
|
||||
throw new RuntimeException(e);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user