Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
Use maven wrapper when building on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
britter committed Mar 21, 2016
1 parent 0b8cf6e commit 067fdab
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Expand Up @@ -5,5 +5,7 @@ jdk:
- oraclejdk7
- oraclejdk8

after_success:
- mvn jacoco:report coveralls:report
script: ./mvnw test

after_success: ./mvnw jacoco:report coveralls:report

0 comments on commit 067fdab

Please sign in to comment.