We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ceb7ae commit 8cac732Copy full SHA for 8cac732
1 file changed
scripts/travis_setup.sh
@@ -3,6 +3,9 @@
3
set -ex -o pipefail
4
cd `dirname $0`
5
6
+cd ../tour-of-heroes
7
+webdriver-manager update
8
+
9
# Start Xvfb when running locally.
10
if [[ ${TRAVIS} && (${CI_MODE} == "local_e2e") ]]; then
11
sh -e /etc/init.d/xvfb start
0 commit comments