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

Side by Side Diff: bower_components/web-animations-js/.travis.yml

Issue 786953007: npm_modules: Fork bower_components into Polymer 0.4.0 and 0.5.0 versions (Closed) Base URL: https://chromium.googlesource.com/infra/third_party/npm_modules.git@master
Patch Set: Created 5 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: python
2
3 env:
4 global:
5 - secure: "bM0peKHrlwFKXxrajgJb/qP+au1JnrUHtqGrwSe1pGV4vdK24P0/JWwa02wBgysqL kWyhOZSdPARP+AQwuyeo2uTBZsNArkNBob+3kBZJMIMa8UY2xuPM7km+XmQLur9X9Z9iR89hC/5hUbv0 z2C57O2BzsRCTSK2dNs4K/dc5A=" # alancutter/web-animations-js
6 - secure: "GySwb9k2LVdRXwj6Ben8kt9qJ9q682TNHUVd/b2R7PR723o08jMGNoQldLAHTmTuL D77g8yb6JQGZRW9TTB1Rz/gqNHRWV3Uwj98HZ+RAUhgb4M+sEDcoEi5GXSZBzAX5bK3Eqa2WOLxWSno7 yOBIxpFfJEixFo8l3R/EpXcOYQ=" # dstockwell/web-animations-js
7 - secure: "CavzDoVPfR5zYYudQJdRMxrfyMuXzwDv6lGuhti4TFW4MbK4u+cXFnuryhADVGBZa cISs/TtIGJ9fzbvYvqEDovDBUNaXvpr6bL7Qxg2T74Q+EE/f+LLgkhz4jtKEFqxLuz+vQDapzfBAIE+n ZpQMIr1FX32yewNqleFsSW1oXs=" # mithro/web-animations-js
8 - secure: "OWULN5n4QlXak8aAyH8YjSndZI736zlYJTLNpPpM2m2RDZGPwfNr27as5VBWkmXRc fOgtfD5bUvmbZMP4n0zpphz4Y4rFHZ0Qj/ftzJmA9NrKSOfVmubXWIq9GdaeGlzop+Zpo0uvrl1/U1ro 4aNojZZQ+wW1LKysziaGGhukHU=" # web-animations/web-animations-js
9
10 matrix:
11 - MODE='check'
12 - BROWSER=Android-Chrome ARGS=''
13 - BROWSER=Chrome-stable ARGS='-x -b Chrome -u'
14 - BROWSER=Chrome-beta ARGS='-x -b Chrome -u'
15 - BROWSER=Chrome-unstable ARGS='-x -b Chrome -u'
16 - BROWSER=Chrome-unstable ARGS='-x -b Chrome -u --flag=--enable-experimental -web-platform-features'
17 - BROWSER=Firefox-stable ARGS='-x -b Firefox -u'
18 - BROWSER=Firefox-beta ARGS='-x -b Firefox -u'
19 - BROWSER=Firefox-aurora ARGS='-x -b Firefox -u'
20 - BROWSER=Remote ARGS='--verbose -b Remote --sauce --remote-caps=INTERNETEXP LORER --remote-caps=version=10 --remote-caps=platform="Windows 8"'
21 - BROWSER=Remote ARGS='--verbose -b Remote --sauce --remote-caps=SAFARI --re mote-caps=version=6 --remote-caps=platform="OS X 10.8"'
22 - BROWSER=Remote ARGS='--verbose -b Remote --sauce --remote-caps=IPHONE --re mote-caps=version=6 --remote-caps=platform="OS X 10.8"'
23 - BROWSER=Remote ARGS='--verbose -b Remote --sauce --remote-caps=ANDROID --r emote-caps=version=4.0 --remote-caps=platform=Linux'
24
25 matrix:
26 # Disabled until travis-ci/travis-ci#1696 is fixed.
27 # fast_finish: true
28 allow_failures:
29 - env: BROWSER=Android-Chrome ARGS=''
30 - env: BROWSER=Remote ARGS='--verbose -b Remote --sauce --remote-caps=INTERN ETEXPLORER --remote-caps=version=10 --remote-caps=platform="Windows 8"'
31 - env: BROWSER=Remote ARGS='--verbose -b Remote --sauce --remote-caps=SAFARI --remote-caps=version=6 --remote-caps=platform="OS X 10.8"'
32 - env: BROWSER=Remote ARGS='--verbose -b Remote --sauce --remote-caps=IPHONE --remote-caps=version=6 --remote-caps=platform="OS X 10.8"'
33 - env: BROWSER=Remote ARGS='--verbose -b Remote --sauce --remote-caps=ANDROI D --remote-caps=version=4.0 --remote-caps=platform=Linux'
34 # Firefox Aurora PPA has stopped updating as of 2014-06-09, sent email to ub untu-mozilla-daily@lists.launchpad.net regarding issue.
35 - env: BROWSER=Firefox-aurora ARGS='-x -b Firefox -u'
36
37 notifications:
38 irc: "irc.freenode.org#webanimations"
39 skip_join: true
40 template:
41 - "%{repository}#%{build_number} %{branch}: %{message}"
42
43 install:
44 - ./.travis-setup.sh
45
46 script:
47 - ./.travis-run.sh
48
49 after_failure:
50 - for file in *.log; do echo $file; echo "======================"; cat $file; done || true
OLDNEW
« no previous file with comments | « bower_components/web-animations-js/.testr.conf ('k') | bower_components/web-animations-js/.travis-run.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698