File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,15 @@ cache:
11
11
- node_modules # cache modules too
12
12
- $HOME/.composer/cache/files # and composer packages
13
13
14
+ addons :
15
+ apt :
16
+ update : true
17
+ sources :
18
+ - google-chrome
19
+ packages :
20
+ - dpkg
21
+ - google-chrome-stable
22
+
14
23
matrix :
15
24
allow_failures :
16
25
- php : nightly
@@ -23,16 +32,16 @@ matrix:
23
32
24
33
env :
25
34
- TRAVIS_NODE_VERSION="stable"
35
+ - DISPLAY=':99.0'
26
36
27
37
before_install :
28
38
- nvm install node
29
39
30
40
install :
31
- - npm install github:GoogleChromeLabs/web-push-testing-service -g
41
+ - npm install github:GoogleChromeLabs/web-push-testing-service#38671ab2e2a1c9857059614064c05c4db8e2e75c -g
32
42
33
43
before_script :
34
44
- composer install --prefer-source -n
35
- - " export DISPLAY=:99.0"
36
45
- " sh -e /etc/init.d/xvfb start || echo \" Unable to start virtual display.\" "
37
46
- sleep 3 # give xvfb some time to start
38
47
You can’t perform that action at this time.
0 commit comments