Skip to content

Commit

Permalink
chore: skip chrome install step on TravisCI
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelly Selden committed Nov 18, 2019
1 parent 4418150 commit b729a7c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ branches:
# npm version tags
- /^(?:[a-z-]+|@[a-z-]+\/[a-z-]+)@\d+\.\d+\.\d+$/
addons:
chrome: stable
firefox: latest
env:
global:
- CHROMEDRIVER_VERSION=73.0.3683.68
jobs:
include:
- name: Lint
Expand Down

0 comments on commit b729a7c

Please sign in to comment.