Skip to content
This repository has been archived by the owner on May 23, 2019. It is now read-only.

Commit

Permalink
Update travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrovgs committed Dec 14, 2015
1 parent b86e778 commit 848aa1c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
language: java

script:
./gradlew checkstyle build

jdk: oraclejdk7
env:
matrix:
- TERM=dumb
after_success:
- ./gradlew test jacocoTestReport coveralls
- ./gradlew test jacocoTestReport coveralls

script:
./gradlew checkstyle build

0 comments on commit 848aa1c

Please sign in to comment.