We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1568772 commit f3110c6Copy full SHA for f3110c6
.travis.yml
@@ -53,6 +53,7 @@ before_install:
53
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sh -e /etc/init.d/xvfb start; fi
54
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export CHROME_BIN=chromium-browser; fi
55
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then echo "--no-sandbox" > ~/.config/chromium-flags.conf; fi
56
+ - npm install -g npm
57
- npm install -g yarn
58
- yarn config set spin false
59
- yarn config set progress false
0 commit comments