Skip to content

Commit

Permalink
Issue #135: Force travis build to use java 8.
Browse files Browse the repository at this point in the history
  • Loading branch information
mk23 committed Dec 31, 2016
1 parent 4fc41c4 commit a3ead06
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
sudo: false

language: java
jdk:
- oraclejdk8

install:
- 'chmod 0600 scripts/server/passwd.txt'
Expand All @@ -17,8 +19,8 @@ after_success:

branches:
only:
- master
- master

cache:
directories:
- $HOME/.m2
- $HOME/.m2

0 comments on commit a3ead06

Please sign in to comment.