mirror of
https://github.com/google/blockly.git
synced 2026-01-13 20:07:08 +01:00
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:
committed by
Andrew n marshall
parent
50c1eb995f
commit
12b7db6207
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user