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

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2018-05-23 11:27:36 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-05-23 13:54:51 +0300
commitc2b13b9c7851d62d3072989552a784e6c598580b (patch)
treea5c0bfbacca3a32af1e385f5682a9e63c5238ef2 /.travis.yml
parentd557215b5db640ec071c0e83e59f0230224f7547 (diff)
Run coveralls only on Travis and only once.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index bc16945169..ce35ec847a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,6 +15,7 @@ install:
- npm install
after_success:
- if [ "$TRAVIS_REPO_SLUG" = twbs-savage/bootstrap ]; then npm run docs-upload-preview; fi
+ - if [ "$TRAVIS_NODE_VERSION" = "8" ]; then npm run coveralls; fi
stages:
- test
- name: browser