File tree 2 files changed +2
-12
lines changed
2 files changed +2
-12
lines changed Original file line number Diff line number Diff line change 11
11
before_cache :
12
12
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
13
13
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/
14
- before_install :
15
- - nvm i node
16
- install :
17
- - npm install github:GoogleChromeLabs/web-push-testing-service -g
18
- before_script :
19
- - " export DISPLAY=:99.0"
20
- - " sh -e /etc/init.d/xvfb start || echo \" Unable to start virtual display.\" "
21
- - sleep 3
22
14
script :
23
- - web-push-testing-service start wpts
24
15
- ./gradlew clean check
25
- - web-push-testing-service stop wpts
26
16
cache :
27
17
directories :
28
18
- $HOME/.gradle/caches/
29
19
- $HOME/.gradle/wrapper/
30
- - ~/.selenium-assistant
31
- - node_modules
Original file line number Diff line number Diff line change 84
84
showStandardStreams true
85
85
exceptionFormat ' full'
86
86
}
87
+
88
+ exclude ' **/SeleniumTests.class'
87
89
}
88
90
89
91
task javadocJar (type : Jar ) {
You can’t perform that action at this time.
0 commit comments