|
1 | 1 | language: node_js
|
2 | 2 | sudo: false
|
3 | 3 | node_js:
|
4 |
| - - '6' |
5 |
| - |
| 4 | +- '6' |
6 | 5 | cache:
|
7 | 6 | yarn: true
|
8 | 7 | directories:
|
9 |
| - - bower_components |
10 |
| - |
| 8 | + - bower_components |
11 | 9 | branches:
|
12 | 10 | except:
|
13 |
| - - /^g3_.*$/ |
14 |
| - |
| 11 | + - "/^g3_.*$/" |
15 | 12 | env:
|
16 | 13 | matrix:
|
17 |
| - - JOB=ci-checks |
18 |
| - - JOB=unit BROWSER_PROVIDER=saucelabs |
19 |
| - - JOB=docs-e2e BROWSER_PROVIDER=saucelabs |
20 |
| - - JOB=e2e TEST_TARGET=jqlite BROWSER_PROVIDER=saucelabs |
21 |
| - - JOB=e2e TEST_TARGET=jquery BROWSER_PROVIDER=saucelabs |
| 14 | + - JOB=ci-checks |
| 15 | + - JOB=unit BROWSER_PROVIDER=saucelabs |
| 16 | + - JOB=docs-e2e BROWSER_PROVIDER=saucelabs |
| 17 | + - JOB=e2e TEST_TARGET=jqlite BROWSER_PROVIDER=saucelabs |
| 18 | + - JOB=e2e TEST_TARGET=jquery BROWSER_PROVIDER=saucelabs |
22 | 19 | global:
|
23 |
| - - CXX=g++-4.8 # node 4 likes the G++ v4.8 compiler |
24 |
| - - SAUCE_USERNAME=angular-ci |
25 |
| - - SAUCE_ACCESS_KEY=9b988f434ff8-fbca-8aa4-4ae3-35442987 |
26 |
| - - LOGS_DIR=/tmp/angular-build/logs |
27 |
| - - BROWSER_PROVIDER_READY_FILE=/tmp/browsersprovider-tunnel-ready |
28 |
| - |
29 |
| -# node 4 likes the G++ v4.8 compiler |
30 |
| -# see https://docs.travis-ci.com/user/languages/javascript-with-nodejs#Node.js-v4-(or-io.js-v3)-compiler-requirements |
| 20 | + - CXX=g++-4.8 |
| 21 | + - SAUCE_USERNAME=angular-ci |
| 22 | + - SAUCE_ACCESS_KEY=9b988f434ff8-fbca-8aa4-4ae3-35442987 |
| 23 | + - LOGS_DIR=/tmp/angular-build/logs |
| 24 | + - BROWSER_PROVIDER_READY_FILE=/tmp/browsersprovider-tunnel-ready |
31 | 25 | addons:
|
32 | 26 | apt:
|
33 | 27 | sources:
|
34 |
| - - ubuntu-toolchain-r-test |
| 28 | + - ubuntu-toolchain-r-test |
35 | 29 | packages:
|
36 |
| - - g++-4.8 |
37 |
| - |
| 30 | + - g++-4.8 |
38 | 31 | before_script:
|
39 |
| - - du -sh ./node_modules ./bower_components/ || true |
40 |
| - - ./scripts/travis/before_build.sh |
41 |
| - |
| 32 | +- du -sh ./node_modules ./bower_components/ || true |
| 33 | +- "./scripts/travis/before_build.sh" |
42 | 34 | script:
|
43 |
| - - ./scripts/travis/build.sh |
44 |
| - |
| 35 | +- "./scripts/travis/build.sh" |
45 | 36 | after_script:
|
46 |
| - - ./scripts/travis/tear_down_browser_provider.sh |
47 |
| - - ./scripts/travis/print_logs.sh |
48 |
| - |
| 37 | +- "./scripts/travis/tear_down_browser_provider.sh" |
| 38 | +- "./scripts/travis/print_logs.sh" |
49 | 39 | notifications:
|
50 | 40 | webhooks:
|
51 | 41 | urls:
|
52 |
| - - https://webhooks.gitter.im/e/d2120f3f2bb39a4531b2 |
53 |
| - - http://104.197.9.155:8484/hubot/travis/activity #hubot-server |
54 |
| - on_success: always # options: [always|never|change] default: always |
55 |
| - on_failure: always # options: [always|never|change] default: always |
56 |
| - on_start: always # default: false |
| 42 | + - https://webhooks.gitter.im/e/d2120f3f2bb39a4531b2 |
| 43 | + - http://104.197.9.155:8484/hubot/travis/activity |
| 44 | + on_success: always |
| 45 | + on_failure: always |
| 46 | + on_start: always |
| 47 | +deploy: |
| 48 | + provider: gcs |
| 49 | + access_key_id: GOOGLDB7W2J3LFHICF3R |
| 50 | + secret_access_key: |
| 51 | + secure: tHIFdSq55qkyZf9zT/3+VkhUrTvOTMuswxXU3KyWaBrSieZqG0UnUDyNm+n3lSfX95zEl/+rJAWbfvhVSxZi13ndOtvRF+MdI1cvow2JynP0aDSiPffEvVrZOmihD6mt2SlMfhskr5FTduQ69kZG6DfLcve1PPDaIwnbOv3phb8= |
| 52 | + bucket: ng-i-1121e.appspot.com |
| 53 | + local-dir: build |
| 54 | + on: |
| 55 | + repo: angular/angular.js |
| 56 | + branch: chore-firebase |
0 commit comments