pulumi/.travis.yml

29 lines
886 B
YAML
Raw Normal View History

# It may be tempting to add parens around each individual clause in this expression, but Travis then builds pushes anyway
if: branch = master OR branch =~ ^release/ OR tag IS present
matrix:
include:
- os: linux
env: NODE_VERSION=v6.10.3
- os: linux
env: NODE_VERSION=v8.11.1
- os: osx
env: NODE_VERSION=v9.11.1
language: go
2017-09-02 21:10:28 +02:00
go: 1.9
sudo: true # give us 7.5GB and >2 bursted cores.
git:
depth: false
before_install:
- source ./build/travis/prepare-environment.sh
- . "${PULUMI_HOME}/scripts/keep-failed-tests.sh"
2017-05-24 20:03:15 +02:00
install:
- source ./build/travis/install-common-toolchain.sh
before_script:
- ./build/travis/ensure-dependencies
script:
- make travis_${TRAVIS_EVENT_TYPE}
after_failure:
- "${PULUMI_HOME}/scripts/upload-failed-tests"
notifications:
2017-11-15 20:42:26 +01:00
webhooks: https://ufci1w66n3.execute-api.us-west-2.amazonaws.com/stage/travis