Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Side by Side Diff: polymer_1.2.3/bower_components/iron-menu-behavior/.travis.yml

Issue 1581713003: [third_party] add polymer 1.2.3 (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: 1.2.3 Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 language: node_js
2 sudo: false
3 before_script:
4 - npm install web-component-tester
5 - npm install bower
6 - 'export PATH=$PWD/node_modules/.bin:$PATH'
7 - bower install
8 env:
9 global:
10 - secure: QxZD8yzz7s3F6b7h87ztWYiEbD2TrQp1Z1mib5u1wL7EAwsrQVkFhIEo4cJPAsTGS9 8qgeZAITg0ifwp/jOKVC2QKoPnC1qjm4L0AjlhXBTRbqyS5G8jvfJ8M4DgkQXADh4e+lw9ba3h2AxceJ ELKTYaQVq/cpTrpPg0/RH7H4o=
11 - secure: i76J23Bpwj6qJ4ybCCsQpGCTT+5s1PA+x0Avjbl1JTS4OsJLDFfvVl0YIWZ5xMIKJt dPC/mGDoZ2LNrh9hz82DBqDnzBlSnNjFbjnU1Aqy5CUmRWzyAF5NOjJGotISZcDYDGZd6gjsOfN0r+rI CyRUiOadeyPf0Nm+6HSVQMjfM=
12 node_js: 4
13 addons:
14 firefox: latest
15 apt:
16 sources:
17 - google-chrome
18 packages:
19 - google-chrome-stable
20 script:
21 - xvfb-run wct
22 - "if [ \"${TRAVIS_PULL_REQUEST}\" = \"false\" ]; then wct -s 'default'; fi"
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698