Skip to content

Commit

Permalink
Set Travis to use Java 8
Browse files Browse the repository at this point in the history
  • Loading branch information
qsiebers committed Mar 3, 2018
1 parent c2f34a4 commit e200e7b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ dist: trusty
sudo: required
language: java
install: true
jdk:
- oraclejdk8
script: mvn clean deploy -Dontopia.jetty.port=9090 --settings .travis.settings.xml
cache:
directories:
Expand Down

0 comments on commit e200e7b

Please sign in to comment.