We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d35020c commit bde1652Copy full SHA for bde1652
.travis.yml
@@ -12,7 +12,6 @@ before_install:
12
- echo "$TRAVIS_COMMIT_MSG" | grep '\[skip browser\]'; export TWBS_DO_BROWSER=$?; true
13
install:
14
- bundle install --deployment --jobs=3 --retry=3
15
- - cp build/npm-shrinkwrap.json ./
16
- npm install
17
script:
18
- npm test
0 commit comments