Skip to content

Commit

Permalink
Merge pull request #25 from myniva/feature/build-with-java8 [ci-skip]
Browse files Browse the repository at this point in the history
Pin build env to Java 8
  • Loading branch information
myniva authored Aug 29, 2019
2 parents 120063e + 64d08b5 commit 475c497
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,4 +1,6 @@
language: java
jdk:
- openjdk8

script:
- ./gradlew check -s
Expand All @@ -12,4 +14,3 @@ cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/

0 comments on commit 475c497

Please sign in to comment.