Skip to content

Commit

Permalink
Fix travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
tomashanley-toast committed Nov 17, 2019
1 parent 2ccdabb commit bdcc011
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
dist: trusty
language: java
jdk:
- oraclejdk8
- oraclejdk9
script: ./gradlew build
after_success:
- bash <(curl -s https://codecov.io/bash)
- bash <(curl -s https://codecov.io/bash)

0 comments on commit bdcc011

Please sign in to comment.