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-07-15 12:24:23 +0300
committerBardi Harborow <bardi@bardiharborow.com>2017-07-16 06:51:16 +0300
commitbde16528d20934b93bec2a80b0627a9632f99d03 (patch)
treeba472e85a16047a61e02bdd5665cdbcb51c9e4d6 /.travis.yml
parentd35020cee8babd1b3e1938f2d264aae2984ec5eb (diff)
Switch to using NPM lock files.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index f5afd82d55..8be9f03dde 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,7 +12,6 @@ before_install:
- echo "$TRAVIS_COMMIT_MSG" | grep '\[skip browser\]'; export TWBS_DO_BROWSER=$?; true
install:
- bundle install --deployment --jobs=3 --retry=3
- - cp build/npm-shrinkwrap.json ./
- npm install
script:
- npm test