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

Side by Side Diff: polymer_1.2.3/bower_components/paper-menu/.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: Mh0qP0wSbfQ00LpaW8ObBU6CBLqgUgIM/Qvuog7dw7atnZ3a2I7UqLXCJHkH0a66r0 bF2PyuS6a8qz/croSr1rQQ0G+1HgNczm7nuQO8cw2ZLXZglpaldYfUzKBw9ip+XGA1zgFQ1+O3uWisy+ 4pQrsGhRsB1RSmXBcKJsSUjZw=
11 - secure: QhEW2jW0Uj3dp4xJOYVfP/MUV2UeZW48811cDZRSwWQ/43vrZU/4VCSTFJdODZ4A9n XAhOeKtT+S1BWoH4VslGLCfmrF1dbTxHZEdg2WAt8OkV9XpMNMBYtGomlUs9asnU/Q1294DWolAGG8ww nReibg0r6H3VQCmD4vIE6oEmQ=
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
« no previous file with comments | « polymer_1.2.3/bower_components/paper-menu/.gitignore ('k') | polymer_1.2.3/bower_components/paper-menu/CONTRIBUTING.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698