2014-09-29 14:20:23 -07:00
|
|
|
language: node_js
|
2014-12-22 17:50:10 -08:00
|
|
|
sudo: false
|
2014-09-29 14:20:23 -07:00
|
|
|
node_js:
|
2017-02-02 16:22:39 -08:00
|
|
|
- '6.9.5'
|
|
|
|
|
2016-04-28 17:50:03 -07:00
|
|
|
addons:
|
|
|
|
# firefox: "38.0"
|
|
|
|
apt:
|
|
|
|
sources:
|
|
|
|
# needed to install g++ that is used by npms's native modules
|
|
|
|
- ubuntu-toolchain-r-test
|
|
|
|
packages:
|
2017-03-05 01:49:10 -08:00
|
|
|
# needed to install g++ that is used by npms's native modules
|
2016-04-28 17:50:03 -07:00
|
|
|
- g++-4.8
|
2017-03-01 12:09:24 -08:00
|
|
|
# https://docs.travis-ci.com/user/jwt
|
|
|
|
jwt:
|
2017-03-02 22:54:19 +02:00
|
|
|
# SAUCE_ACCESS_KEY<=secret for NGBUILDS_IO_KEY to work around travis-ci/travis-ci#7223, unencrypted value in valentine as NGBUILDS_IO_KEY>
|
|
|
|
# we alias NGBUILDS_IO_KEY to $SAUCE_ACCESS_KEY in env.sh and set the SAUCE_ACCESS_KEY there
|
|
|
|
- secure: "L7nrZwkAtFtYrP2DykPXgZvEKjkv0J/TwQ/r2QGxFTaBq4VZn+2Dw0YS7uCxoMqYzDwH0aAOqxoutibVpk8Z/16nE3tNmU5RzltMd6Xmt3qU2f/JDQLMo6PSlBodnjOUsDHJgmtrcbjhqrx/znA237BkNUu6UZRT7mxhXIZpn0U="
|
2015-07-23 13:51:57 -07:00
|
|
|
branches:
|
|
|
|
except:
|
2017-03-22 17:15:38 -07:00
|
|
|
- g3
|
2015-07-23 13:51:57 -07:00
|
|
|
|
2015-04-15 21:37:13 -07:00
|
|
|
cache:
|
2017-01-25 19:39:01 +02:00
|
|
|
yarn: true
|
2015-04-15 21:37:13 -07:00
|
|
|
directories:
|
2016-04-28 17:50:03 -07:00
|
|
|
- ./node_modules
|
|
|
|
- ./.chrome/chromium
|
2017-02-09 19:58:36 +00:00
|
|
|
- ./aio/node_modules
|
2016-02-08 13:23:12 -08:00
|
|
|
|
2014-09-29 14:20:23 -07:00
|
|
|
env:
|
2014-10-28 11:51:00 +01:00
|
|
|
global:
|
2017-03-14 09:44:18 -07:00
|
|
|
# GITHUB_TOKEN_ANGULAR=<github token, a personal access token of the angular-builds account, account access in valentine>
|
2016-05-12 15:08:28 -07:00
|
|
|
# This is needed for the e2e Travis matrix task to publish packages to github for continuous packages delivery.
|
2017-03-14 11:49:33 -07:00
|
|
|
- secure: "rNqXoy2gqjbF5tBXlRBy+oiYntO3BtzcxZuEtlLMzNaTNzC4dyMOFub0GkzIPWwOzkARoEU9Kv+bC97fDVbCBUKeyzzEqxqddUKhzRxeaYjsefJ6XeTvBvDxwo7wDwyxZSuWdBeGAe4eARVHm7ypsd+AlvqxtzjyS27TK2BzdL4="
|
2017-01-25 19:39:01 +02:00
|
|
|
# FIREBASE_TOKEN
|
|
|
|
# This is needed for publishing builds to the "aio-staging" firebase site.
|
|
|
|
# TODO(i): the token was generated using the iminar@google account, we should switch to a shared/role-base account.
|
|
|
|
- secure: "MPx3UM77o5IlhT75PKHL0FXoB5tSXDc3vnCXCd1sRy4XUTZ9vjcV6nNuyqEf+SOw659bGbC1FI4mACGx1Q+z7MQDR85b1mcA9uSgHDkh+IR82CnCVdaX9d1RXafdJIArahxfmorbiiPPLyPIKggo7ituRm+2c+iraoCkE/pXxYg="
|
2015-02-12 15:00:43 -08:00
|
|
|
matrix:
|
2015-10-30 07:34:48 -07:00
|
|
|
# Order: a slower build first, so that we don't occupy an idle travis worker waiting for others to complete.
|
2017-01-27 17:39:48 -08:00
|
|
|
- CI_MODE=e2e
|
2017-03-14 17:11:39 -07:00
|
|
|
- CI_MODE=e2e_2
|
2017-01-19 14:25:44 -08:00
|
|
|
- CI_MODE=js
|
|
|
|
- CI_MODE=saucelabs_required
|
|
|
|
- CI_MODE=browserstack_required
|
|
|
|
- CI_MODE=saucelabs_optional
|
|
|
|
- CI_MODE=browserstack_optional
|
2017-01-25 22:27:05 +00:00
|
|
|
- CI_MODE=docs_test
|
2017-01-25 19:39:01 +02:00
|
|
|
- CI_MODE=aio
|
2017-04-13 22:35:13 +01:00
|
|
|
- CI_MODE=aio_e2e
|
2016-05-09 16:47:26 -07:00
|
|
|
|
|
|
|
matrix:
|
2016-08-12 08:03:28 +02:00
|
|
|
fast_finish: true
|
2016-05-09 16:47:26 -07:00
|
|
|
allow_failures:
|
|
|
|
- env: "CI_MODE=saucelabs_optional"
|
|
|
|
- env: "CI_MODE=browserstack_optional"
|
2017-04-13 22:35:13 +01:00
|
|
|
- env: "CI_MODE=aio_e2e"
|
2015-06-02 14:09:32 -07:00
|
|
|
|
2017-03-02 00:22:24 -08:00
|
|
|
before_install:
|
2017-03-05 08:12:32 -08:00
|
|
|
# source the env.sh script so that the exported variables are available to other scripts later on
|
2017-03-05 01:49:10 -08:00
|
|
|
- source ./scripts/ci/env.sh print
|
2017-03-02 00:22:24 -08:00
|
|
|
|
2015-04-15 21:32:39 -07:00
|
|
|
install:
|
2017-03-05 01:49:10 -08:00
|
|
|
- ./scripts/ci/install.sh
|
2015-04-15 21:32:39 -07:00
|
|
|
|
2014-09-29 14:20:23 -07:00
|
|
|
script:
|
2017-03-05 01:49:10 -08:00
|
|
|
- ./scripts/ci/build.sh
|
|
|
|
- ./scripts/ci/test.sh
|
2017-03-02 00:22:24 -08:00
|
|
|
# deploy is part of 'script' and not 'after_success' so that we fail the build if the deployment fails
|
2017-03-05 01:49:10 -08:00
|
|
|
- ./scripts/ci/deploy.sh
|
|
|
|
- ./scripts/ci/angular.sh
|
2017-03-02 00:22:24 -08:00
|
|
|
# all the scripts under this line will not quickly abort in case ${TRAVIS_TEST_RESULT} is 1 (job failure)
|
2017-03-05 01:49:10 -08:00
|
|
|
- ./scripts/ci/cleanup.sh
|
|
|
|
- ./scripts/ci/print-logs.sh
|