Skip to content

Commit 3cd71bc

Browse files
committed
Update .travis.yml
1 parent 59e2108 commit 3cd71bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
language: java
22

33
script:
4-
- ./mvn test
5-
- ./mvn jacoco:report
4+
- mvn test
5+
- mvn jacoco:report
66

77
after_success:
88
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)