Fix for travis-ci testing failure (#1141)

It looks like the default configuration for Travis might have changed. Adding a manual step to install webdriverio.
This commit is contained in:
RoboErikG
2017-05-30 17:25:32 -07:00
committed by Andrew n marshall
parent 50c1eb995f
commit 12b7db6207

View File

@@ -15,6 +15,7 @@ matrix:
before_install:
- npm install google-closure-library
- npm install webdriverio
# Symlink closure library
- ln -s $(npm root)/google-closure-library ../closure-library