Skip to content

Commit 065f281

Browse files
committed
1 parent aee373d commit 065f281

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

.travis.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,15 @@ cache:
1111
- node_modules # cache modules too
1212
- $HOME/.composer/cache/files # and composer packages
1313

14+
addons:
15+
apt:
16+
update: true
17+
sources:
18+
- google-chrome
19+
packages:
20+
- dpkg
21+
- google-chrome-stable
22+
1423
matrix:
1524
allow_failures:
1625
- php: nightly
@@ -23,16 +32,16 @@ matrix:
2332

2433
env:
2534
- TRAVIS_NODE_VERSION="stable"
35+
- DISPLAY=':99.0'
2636

2737
before_install:
2838
- nvm install node
2939

3040
install:
31-
- npm install github:GoogleChromeLabs/web-push-testing-service -g
41+
- npm install github:GoogleChromeLabs/web-push-testing-service#38671ab2e2a1c9857059614064c05c4db8e2e75c -g
3242

3343
before_script:
3444
- composer install --prefer-source -n
35-
- "export DISPLAY=:99.0"
3645
- "sh -e /etc/init.d/xvfb start || echo \"Unable to start virtual display.\""
3746
- sleep 3 # give xvfb some time to start
3847

0 commit comments

Comments
 (0)