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:
authorBardi Harborow <bardi@bardiharborow.com>2017-03-12 08:01:14 +0300
committerBardi Harborow <bardi@bardiharborow.com>2017-03-12 08:15:00 +0300
commit84ce248f0661d99a221d9d69fa12243672fd0034 (patch)
treec5d564121604161eb4e1b7f3583af69fe7a3b36f /.travis.yml
parent348c770a6cea18db1c0876b8820342e7400e0602 (diff)
Update config files across the board.
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 238a6c0db4..976b6f9fe9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,9 +5,9 @@ git:
depth: 3
node_js:
- "4"
- - "6"
+ - "7"
before_install:
- - if [[ `npm -v` != 3* ]]; then npm install -g npm@3; fi
+ - if [[ `npm -v` != 4* ]]; then npm install -g npm@4; fi
- "export TRAVIS_COMMIT_MSG=\"`git log --format=%B --no-merges -n 1`\""
- echo "$TRAVIS_COMMIT_MSG" | grep '\[skip validator\]'; export TWBS_DO_VALIDATOR=$?; true
- echo "$TRAVIS_COMMIT_MSG" | grep '\[skip sauce\]'; export TWBS_DO_SAUCE=$?; true