Skip to content

Commit ac4285c

Browse files
chore(travis): install the webdriver for protractor
1 parent 009dd14 commit ac4285c

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
@@ -6,6 +6,7 @@ before_script:
66
- export DISPLAY=:99.0
77
- sh -e /etc/init.d/xvfb start
88
- npm start > /dev/null &
9+
- npm run update-webdriver
910
- sleep 1 # give server time to start
1011

1112
script:

0 commit comments

Comments
 (0)