Skip to content

Commit

Permalink
fix travis ci execution
Browse files Browse the repository at this point in the history
  • Loading branch information
msbt committed Apr 17, 2015
1 parent 876dcec commit 7bc86ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ notifications:
before_install:
- ulimit -u 65535

script: ./gradlew --parallel -PtestForks=2 test itest -s
script: ./gradlew -PtestForks=2 test itest -s

after_success:
- ./gradlew jacocoReport coveralls

0 comments on commit 7bc86ee

Please sign in to comment.