Skip to content

Commit 01239d7

Browse files
committed
Update .travis.yml
1 parent e803382 commit 01239d7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
language: java
2-
3-
before_install:
4-
sudo pip install codecov
2+
sudo: false # faster builds
53

64
after_success:
7-
codecov
5+
- bash <(curl -s https://raw.githubusercontent.com/codecov/codecov-bash/master/codecov)

0 commit comments

Comments
 (0)