Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRebecca Turner <me@re-becca.org>2016-11-17 03:15:27 +0300
committerRebecca Turner <me@re-becca.org>2016-11-18 01:38:49 +0300
commit7e0016d5bea53ec2e926ae933e4df9cea12c377a (patch)
treeee723ade130654fae9aa96b5ecd531df86dfa081 /.travis.yml
parent58fe064dcc80bc08c677647832f2adb4a56b538a (diff)
travis: Now that we aren't avoiding slow tests, stop segregating them
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index c987e6a50..4c6548d1e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,7 +12,7 @@ matrix:
# only gather coverage info for LTS
env: DEPLOY_VERSION=testing COVERALLS_REPO_TOKEN="$COVERALLS_OPTIONAL_TOKEN"
script:
- - "node . run tap-cover -- \"test/tap/*.js\" \"test/slow/*.js\""
+ - "node . run tap-cover -- \"test/tap/*.js\""
- "unset COVERALLS_REPO_TOKEN ; node . run tap -- \"test/broken-under-*/*.js\""
# previous LTS is next most important
- node_js: "4"
@@ -50,4 +50,4 @@ install:
- "node . install --ignore-scripts"
- "make -j4 doc"
script:
- - "node . run tap -- \"test/tap/*.js\" \"test/slow/*.js\" \"test/broken-under-nyc/*.js\""
+ - "node . run tap -- \"test/tap/*.js\" \"test/broken-under-nyc/*.js\""