Skip to content

Commit

Permalink
Merge pull request #34 from civitaspo/fix_tests
Browse files Browse the repository at this point in the history
Use host addon & Set `dist: precise`
  • Loading branch information
civitaspo authored Sep 12, 2017
2 parents 83f856f + c088bf6 commit 4bbbdbf
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
dist: precise
language: java
jdk:
- openjdk7
Expand All @@ -6,4 +7,8 @@ jdk:
script:
- ./gradlew test
after_success:
- ./gradlew jacocoTestReport coveralls
- ./gradlew jacocoTestReport coveralls
addons:
hosts:
- me
hostname: me

0 comments on commit 4bbbdbf

Please # to comment.