Skip to content

Commit

Permalink
Fix building on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Mumfrey committed Feb 1, 2017
1 parent 8d3900a commit 3ea044c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
dist: trusty

language: java
jdk:
- openjdk8
- oraclejdk8

script: ./gradlew build

notifications:
email: false

0 comments on commit 3ea044c

Please sign in to comment.