Skip to content

Commit

Permalink
chore(ci): pin Firefox version in travis to 66
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan committed May 24, 2019
1 parent 6aa88a8 commit e2ed548
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ cache:
- node_modules

addons:
firefox: latest
firefox: "66.0"
chrome: stable

jobs:
Expand All @@ -22,12 +22,12 @@ jobs:
- if: type = pull_request
env: POLYMER=2
addons:
firefox: latest
firefox: "66.0"
chrome: stable
- if: type = pull_request
env: POLYMER=3
addons:
firefox: latest
firefox: "66.0"
chrome: stable
- if: type = cron
env: TEST_SUITE=unit_tests POLYMER=2
Expand Down

0 comments on commit e2ed548

Please sign in to comment.