Skip to content

Commit

Permalink
Merge pull request #254 from blacksponge/fix-travis
Browse files Browse the repository at this point in the history
Fix travis
  • Loading branch information
hannaeko authored Jul 29, 2021
2 parents c61b33d + 64ef459 commit dd040f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ addons:

install:
- npm install
- node ./node_modules/.bin/webdriver-manager update --versions.chrome=90.0.4430.24
- node ./node_modules/.bin/webdriver-manager update --versions.chrome=$(google-chrome --version | sed 's/Google Chrome //')

script:
- xvfb-run npm run ng e2e -- --webdriver-update=false

0 comments on commit dd040f2

Please sign in to comment.