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 b8841da commit 0f65d96Copy full SHA for 0f65d96
.travis.yml
@@ -4,13 +4,12 @@ node_js:
4
- "10"
5
env:
6
- 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
+addons:
+ chrome: stable
+before_install:
+ - export DISPLAY=:99.0
+ - sh -e /etc/init.d/xvfb start
+ - sleep 3 # give xvfb some time to start
14
script:
15
- npm run test-travis
16
- npm run build
0 commit comments