We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad0595d commit dea26d8Copy full SHA for dea26d8
.travis.yml
@@ -6,6 +6,8 @@ node_js:
6
7
sudo: false
8
9
+before_install:
10
+ - if [[ `npm -v` != 3* ]]; then npm i -g npm; fi
11
install:
12
- npm install -g codecov
13
- npm install
0 commit comments