Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Changed travis to trusty.
Using sudo: required to get a machine with 7.5 GB.
  • Loading branch information
cfries committed Jul 20, 2018
1 parent 474df56 commit 8443f6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
@@ -1,5 +1,6 @@
language: java
jdk:
- oraclejdk8
dist: precise
sudo: required
dist: trusty
script: "mvn checkstyle:check test -B -V"

0 comments on commit 8443f6b

Please sign in to comment.