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 7fe800f commit d8a6cd1Copy full SHA for d8a6cd1
.travis.yml
@@ -17,10 +17,14 @@ before_script:
17
- export DISPLAY=:99.0
18
- sh -e /etc/init.d/xvfb start
19
- npm install --quiet -g gulp-cli
20
+ - npm install codecov -g
21
22
script: gulp test:ci
23
-after_success: gulp coveralls
24
+after_success:
25
+ - gulp coveralls
26
+ - codecov
27
28
cache:
- yarn: true
29
+ directories:
30
+ - node_modules # NPM packages
0 commit comments