Skip to content

Commit c8c44c4

Browse files
author
Ryan A. Johnson
committed
fix(travis): add test install stuff
1 parent 052096c commit c8c44c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ branch:
1212
install:
1313
- npm i -g yarn
1414
- travis_retry yarn install
15+
- cd test; travis_retry yarn install; yarn run webdriver:update; cd -;
1516
before_script:
1617
- export DISPLAY=:99.0
1718
- sh -e /etc/init.d/xvfb start

0 commit comments

Comments
 (0)