We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e803382 commit 01239d7Copy full SHA for 01239d7
1 file changed
.travis.yml
@@ -1,7 +1,5 @@
1
language: java
2
-
3
-before_install:
4
- sudo pip install codecov
+sudo: false # faster builds
5
6
after_success:
7
- codecov
+ - bash <(curl -s https://raw.githubusercontent.com/codecov/codecov-bash/master/codecov)
0 commit comments