Skip to content

Commit

Permalink
Merge pull request #431 from PolymerElements/auto-revert-chrome-beta
Browse files Browse the repository at this point in the history
Revert Travis Chrome beta to stable
  • Loading branch information
keanulee authored May 12, 2017
2 parents 5104385 + e097508 commit 066341b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
language: node_js
sudo: required
before_script:
- npm install -g bower polymer-cli@next
- npm install -g polymer-cli
- polymer install --variants
- sudo mv /usr/bin/google-chrome /usr/bin/google-chrome-old
- sudo mv /usr/bin/google-chrome-beta /usr/bin/google-chrome
env:
global:
- secure: >-
Expand All @@ -18,7 +16,7 @@ addons:
sources:
- google-chrome
packages:
- google-chrome-beta
- google-chrome-stable
script:
- xvfb-run -s '-screen 0 1024x768x24' polymer test
- >-
Expand Down

0 comments on commit 066341b

Please sign in to comment.