File tree Expand file tree Collapse file tree 2 files changed +2
-12
lines changed Expand file tree Collapse file tree 2 files changed +2
-12
lines changed Original file line number Diff line number Diff line change 1111before_cache :
1212 - rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
1313 - 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
2214script :
23- - web-push-testing-service start wpts
2415 - ./gradlew clean check
25- - web-push-testing-service stop wpts
2616cache :
2717 directories :
2818 - $HOME/.gradle/caches/
2919 - $HOME/.gradle/wrapper/
30- - ~/.selenium-assistant
31- - node_modules
Original file line number Diff line number Diff line change 8484 showStandardStreams true
8585 exceptionFormat ' full'
8686 }
87+
88+ exclude ' **/SeleniumTests.class'
8789}
8890
8991task javadocJar (type : Jar ) {
You can’t perform that action at this time.
0 commit comments