Skip to content

Commit fa597db

Browse files
committed
Use new travis CI infrastructure
According to [Mathias Meyer](http://stackoverflow.com/questions/27564156/home-travis-build-sh-line-41-pid-killed-exit-code-137/27578801#27578801) the return code 137 indicates exhaustion of system resource and it is recommended to try out the new build infrastructure. This can be achieved by adding "sudo: false" to the `.travis.yml`.
1 parent 70a30cc commit fa597db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
sudo: false
12
language: java
23
jdk:
34
- oraclejdk8

0 commit comments

Comments
 (0)