Skip to content
This repository has been archived by the owner on Dec 19, 2024. It is now read-only.

Commit

Permalink
Merge pull request #35 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
notwaldorf authored May 12, 2017
2 parents 496c774 + 3999784 commit 60c419b
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
sauce_connect: true
script:
- xvfb-run polymer test
Expand Down

0 comments on commit 60c419b

Please sign in to comment.