Skip to content

Commit

Permalink
Update travis coordinates
Browse files Browse the repository at this point in the history
  • Loading branch information
aalmiray committed Aug 11, 2014
1 parent 20bbf29 commit 53c7999
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
language: groovy

script: ./gradlew clean build cobertura
jdk: oraclejdk7

jdk:
- oraclejdk7
- openjdk7

env: TERM=dumb

after_success: ./gradlew coveralls

0 comments on commit 53c7999

Please sign in to comment.