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 052096c commit c8c44c4Copy full SHA for c8c44c4
.travis.yml
@@ -12,6 +12,7 @@ branch:
12
install:
13
- npm i -g yarn
14
- travis_retry yarn install
15
+- cd test; travis_retry yarn install; yarn run webdriver:update; cd -;
16
before_script:
17
- export DISPLAY=:99.0
18
- sh -e /etc/init.d/xvfb start
0 commit comments