Skip to content

Commit

Permalink
fixing travis.yml test section should be script i think
Browse files Browse the repository at this point in the history
  • Loading branch information
mccrackend committed Feb 1, 2015
1 parent 59657c1 commit db81191
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 @@ -3,7 +3,7 @@ after_success:
- mvn -Ptravis surefire-report:report jacoco:report coveralls:jacoco
install:
- mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V -Ptravis
test:
script:
- mvn test -B -Ptravis
notifications:
slack:
Expand Down

0 comments on commit db81191

Please sign in to comment.