We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 260db50 commit 1c04fd5Copy full SHA for 1c04fd5
.travis.yml
@@ -1,6 +1,9 @@
1
dist: trusty
2
sudo: false
3
4
+addons:
5
+ chrome: stable
6
+
7
language: node_js
8
9
cache:
@@ -90,9 +93,8 @@ matrix:
90
93
91
94
before_install:
92
95
# Use a virtual display.
- - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export DISPLAY=:99.0; fi
- - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sh -e /etc/init.d/xvfb start; fi
- - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export CHROME_BIN=chromium-browser; fi
96
+ - export DISPLAY=:99.0
97
+ - sh -e /etc/init.d/xvfb start
98
# Install yarn.
99
- curl -o- -L https://yarnpkg.com/install.sh | bash
100
- export PATH="$HOME/.yarn/bin:$PATH"
0 commit comments