Skip to content

Commit 105be33

Browse files
2 parents 1a1b018 + 0f65d96 commit 105be33

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.travis.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@ node_js:
44
- "10"
55
env:
66
- BACKEND_CPU=true EXCLUDE_UNCOMPRESSED=true
7-
before_script:
8-
- wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
9-
- sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
10-
- sudo apt-get update
11-
- sudo apt-get install google-chrome-stable
12-
- export DISPLAY=:99.0
13-
- sh -e /etc/init.d/xvfb start
7+
addons:
8+
chrome: stable
9+
before_install:
10+
- export DISPLAY=:99.0
11+
- sh -e /etc/init.d/xvfb start
12+
- sleep 3 # give xvfb some time to start
1413
script:
1514
- npm run test-travis
1615
- npm run build

0 commit comments

Comments
 (0)