Skip to content

Commit 651b8f9

Browse files
committed
fix travis.yml
1 parent 1edd927 commit 651b8f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ script:
2525

2626
after_success:
2727
- bash <(curl -s https://codecov.io/bash)
28-
- mvn clean test jacoco:report coveralls:report -DrepoToken=${COVERALLS_TOKEN}
28+
- mvn test jacoco:report coveralls:report -DrepoToken=${COVERALLS_TOKEN}
2929

3030
deploy:
3131
on:

0 commit comments

Comments
 (0)