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 cfd7ea5 commit e8b6f27Copy full SHA for e8b6f27
.travis.yml
@@ -7,5 +7,6 @@ matrix:
7
allow_failures:
8
- node_js: "0.11"
9
fast_finish: true
10
+sudo: false
11
script: "npm run-script test-ci"
12
after_script: "npm install [email protected] && cat ./coverage/lcov.info | coveralls"
0 commit comments