We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8352a7a commit 9fb5724Copy full SHA for 9fb5724
.jvmopts
@@ -1,5 +1,3 @@
1
-Dfile.encoding=UTF8
2
-Xmx1G
3
-XX:ReservedCodeCacheSize=256M
4
--XX:MetaspaceSize=256M
5
--XX:MaxMetaspaceSize=512M
.travis.yml
@@ -20,12 +20,11 @@ branches:
20
21
matrix:
22
allow_failures:
23
- - jdk:
24
- - oraclejdk11
25
- - oraclejdk-ea
26
- - openjdk7
27
- - openjdk11
28
- - openjdk-ea
+ - jdk: oraclejdk11
+ - jdk: oraclejdk-ea
+ - jdk: openjdk7
+ - jdk: openjdk11
+ - jdk: openjdk-ea
29
30
script: sbt clean coverage +test
31
0 commit comments