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

Side by Side Diff: appengine/config_service/ui/bower_components/webcomponentsjs/.travis.yml

Issue 2923973003: Added base template for config ui. (Closed)
Patch Set: Created 3 years, 6 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: required
3 dist: trusty
4 node_js: stable
5 addons:
6 firefox: latest
7 apt:
8 sources:
9 - google-chrome
10 packages:
11 - google-chrome-stable
12 script:
13 - npm install -g bower
14 - bower install
15 - xvfb-run wct -l chrome
16 - xvfb-run wct -l firefox
17 - if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then wct -s 'windows 10/microsofted ge@14' -s 'windows 8.1/internet explorer@11' -s 'os x 10.11/safari@10' -s 'os x 10.11/safari@9' -s 'Linux/chrome@41'; fi
18 env:
19 global:
20 - secure: Fpp9LwJSGOdTrSIImQTlbzxozBsqe/2AJN5OfTXSe12FZxqzz50gevdxQcIlLypKaNyC tjb980DJbwdJR2cXUqaunLZAPWxrKa7ZPwamUxW+zVL7EHqy5zuvD+yJ+Vmk3ahs3WBTVyJ8T3XoaSfo 9VumDIcKggWGJwgvM3blIMg=
21 - secure: Bj8MgzUVP0X8MLgK3d9eF48V7x0rPJyrN1IyguzKyJJVC8LV2XZXF+6o/M+zNsVMSsjh gXMkS3RRuaUShxO/OS6gHeG31FWcZqbXfZfgMMyH8a8zDls+r8m2lGEICaZo1OTXR0uiR/VNVt7n2xoB nTmjmRFwkaxAZk4yCjbXYzQ=
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698