Skip to content

Commit

Permalink
Merge pull request #59 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 a786b92 + ffb4fde commit 47cff93
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,18 +1,16 @@
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
node_js: stable
addons:
firefox: latest
apt:
sources:
- google-chrome
packages:
- google-chrome-beta
- google-chrome-stable
sauce_connect: true
script:
- xvfb-run polymer test
Expand Down

0 comments on commit 47cff93

Please sign in to comment.