Skip to content

Commit 511c868

Browse files
committed
update codecov script in .travis.yml (simplify)
1 parent 906639e commit 511c868

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Diff for: .travis.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
language: node_js
22
node_js:
3-
- 6
4-
before_install:
5-
- pip install --user codecov
3+
- node
64
after_success:
7-
- codecov --file coverage/lcov.info --disable search
5+
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)