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

github.com/twbs/bootlint.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2018-07-09 21:52:42 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-07-10 03:18:23 +0300
commit2153371979931140fda376e4d01e6266f421dfc3 (patch)
treed70951b2035d57bfeb041ee41c101018d5d7ae75
parente6ff886378b102add6cfe2eb6582556a5ad3c11a (diff)
Travis: only run coveralls for node.js 10.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 87531e1..ce77cb7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,7 +22,7 @@ script:
- node ./src/cli-main.js test/fixtures/x-ua-compatible/missing.html &> x-ua-compatible-missing.output.actual.txt || true
- diff test/fixtures/cli/x-ua-compatible-missing.output.txt x-ua-compatible-missing.output.actual.txt
after_success:
- - npm run coveralls
+ - if [ "$TRAVIS_NODE_VERSION" = "10" ]; then npm run coveralls; fi
matrix:
fast_finish: true
cache: