Skip to content

Commit

Permalink
chore(ci): use latest Firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
Haprog committed Mar 9, 2020
1 parent 4fc771d commit e6933f1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -8,7 +8,7 @@ cache:
- node_modules

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

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

0 comments on commit e6933f1

Please sign in to comment.