Index: third_party/polymer/components/paper-button/.travis.yml |
diff --git a/third_party/polymer/components/paper-button/.travis.yml b/third_party/polymer/components/paper-button/.travis.yml |
index 77c5526690aecaaf905b06e348864d9ddc0dfd16..070e3e5403bc263cc5b1c494ee14cfecbf6ad6ff 100644 |
--- a/third_party/polymer/components/paper-button/.travis.yml |
+++ b/third_party/polymer/components/paper-button/.travis.yml |
@@ -1,15 +1,14 @@ |
language: node_js |
-sudo: false |
+sudo: required |
before_script: |
- - npm install web-component-tester |
- - npm install bower |
- - 'export PATH=$PWD/node_modules/.bin:$PATH' |
+ - npm install -g bower polylint web-component-tester |
- bower install |
+ - polylint |
env: |
global: |
- secure: geFs7Ipj7/9knSKT2FEYAB7b/zbmgWFXCgZm7cEcrG71EX/HB1do3spANGOlRly77xaZtNNF1OGYBHIP36DSyMEHRYj6TYtTrPIr2ySeHvoOv0nzYakXdscxBvfI5HJrNiFpld80KoGl8vKfroLNpVLallgumX3diydypolvW1I= |
- secure: IILEhg3m49exN5hpxbPP1JA/q+s4v/QpOMbDiXVRV4Uz1XwOPGLCyrAB0ENjwzMCyeOah1Z2MyQSUiPisLheHKvZifhviNqizWN//8EDkg1gkU0R6egGdotD5mBb3UpCD0CNZ8+D0FYwOpdCWCruwr7N+zDUN+6r5H07KP/VeUU= |
-node_js: 4 |
+node_js: stable |
addons: |
firefox: latest |
apt: |
@@ -17,6 +16,8 @@ addons: |
- google-chrome |
packages: |
- google-chrome-stable |
+ sauce_connect: true |
script: |
- xvfb-run wct |
- "if [ \"${TRAVIS_PULL_REQUEST}\" = \"false\" ]; then wct -s 'default'; fi" |
+dist: trusty |