Skip to content

Commit

Permalink
Fixing travis file.
Browse files Browse the repository at this point in the history
  • Loading branch information
RaulGracia committed Apr 17, 2018
1 parent 8ce27d2 commit 2f725b3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
language: java

gradle assemble
gradle check
jdk:
- oraclejdk8

script:
- gradle assemble
- gradle check

0 comments on commit 2f725b3

Please sign in to comment.