Skip to content

Commit

Permalink
Pin FF version while wct issue is checked (#50)
Browse files Browse the repository at this point in the history
* Pin FF version while wct issue is checked
  • Loading branch information
alvarezguille authored and alexberazouski committed Oct 24, 2018
1 parent aa5a387 commit 18008f2
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: "62.0.3"
chrome: stable

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

0 comments on commit 18008f2

Please sign in to comment.