Skip to content

Commit 8cac732

Browse files
committed
Remember to update webdriver.
1 parent 1ceb7ae commit 8cac732

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

scripts/travis_setup.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
set -ex -o pipefail
44
cd `dirname $0`
55

6+
cd ../tour-of-heroes
7+
webdriver-manager update
8+
69
# Start Xvfb when running locally.
710
if [[ ${TRAVIS} && (${CI_MODE} == "local_e2e") ]]; then
811
sh -e /etc/init.d/xvfb start

0 commit comments

Comments
 (0)