We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8625108 commit 3498716Copy full SHA for 3498716
.travis.yml
@@ -41,6 +41,7 @@ matrix:
41
- env: BROWSER=slAndroid
42
cache: npm
43
install: |
44
+ npm install -g npm
45
if [ "${BROWSER}" = "" ]
46
then npm install -g nyc codecov
47
fi
0 commit comments