Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
fix(travis): Fix Travis failing on webdriver issues (#1845)
Browse files Browse the repository at this point in the history
  • Loading branch information
simison authored Aug 14, 2017
1 parent f44c9bc commit 9dd0a7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ addons:
- clang
- google-chrome-stable
before_install:
- npm install webdriver-manager -g && webdriver-manager update
- npm install nsp -g
# - npm install snyk -g
- 'export PATH=$PATH:/usr/lib/chromium-browser/'
Expand Down

0 comments on commit 9dd0a7b

Please sign in to comment.