Skip to content

Commit

Permalink
Use standard VM Travis infrastructure (#272)
Browse files Browse the repository at this point in the history
Per https://blog.travis-ci.com/2018-10-04-combining-linux-infrastructures, the Travis container infrastructure is deprecated and will soon be disabled.  `sudo: false` opted us into it, so removing that line will put our builds back on the still-good VM infrastructure.
  • Loading branch information
benjamin-bader committed Nov 27, 2018
1 parent 79bdb3d commit 3883fe8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ jdk:
- oraclejdk8
- openjdk10

sudo: false
install: echo './gradlew check will install dependencies'

script:
Expand Down

0 comments on commit 3883fe8

Please sign in to comment.