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:
authorJohann-S <johann.servoire@gmail.com>2018-09-14 23:31:06 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-09-15 08:50:13 +0300
commit8cd485fcc8b22fae6904626c55e8c36d92dbd260 (patch)
tree8b09cdde2a5293f32aa578d0e5786858cc7a4579 /.travis.yml
parent0b97d1b0c43c42043cd4e97fe303ba08eb4b2b49 (diff)
speed up browser tests
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index c3a6b02ca1..d4a73d0264 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -26,7 +26,7 @@ jobs:
include:
- stage: browser
node_js: 8
- script: if ! git log --format=%B --no-merges -n 1 | grep '\[skip browser\]'; then npm test && npm run js-test-cloud; fi
+ script: if ! git log --format=%B --no-merges -n 1 | grep '\[skip browser\]'; then npm run js-test-cloud; fi
cache:
directories:
- node_modules