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 2a78b96 commit 108646eCopy full SHA for 108646e
.travis.yml
@@ -1,4 +1,4 @@
1
-sudo: false
+sudo: true
2
# need to declare the language as well as the matrix below
3
language: node_js
4
# having top-level `env:` adds a phantom build
@@ -12,7 +12,8 @@ matrix:
12
# only gather coverage info for LTS
13
env: DEPLOY_VERSION=testing COVERALLS_REPO_TOKEN="$COVERALLS_OPTIONAL_TOKEN"
14
script:
15
- - "node . run tap-cover -- \"test/tap/*.js\""
+ # run the sudo tests, with coverage enabled
16
+ - "sudo PATH=$PATH $(which node) . run tap -- \"test/tap/*.js\" --coverage"
17
- "unset COVERALLS_REPO_TOKEN ; node . run tap -- \"test/broken-under-*/*.js\""
18
# previous LTS is next most important
19
- node_js: "10"
0 commit comments