We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8001712 commit c75eda7Copy full SHA for c75eda7
.travis.yml
@@ -48,14 +48,9 @@ before_install:
48
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sh -e /etc/init.d/xvfb start; fi
49
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export CHROME_BIN=chromium-browser; fi
50
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then echo "--no-sandbox" > ~/.config/chromium-flags.conf; fi
51
- - npm install -g npm
52
- - npm install -g yarn
53
- yarn config set spin false
54
- yarn config set progress false
55
56
-install:
57
- - yarn install --no-optional
58
-
59
script:
60
- if [[ "$SCRIPT" ]]; then npm run-script $SCRIPT; fi
61
- if [[ "$NODE_SCRIPT" ]]; then node $NODE_SCRIPT; fi
0 commit comments