terraform/.travis.yml

20 lines
391 B
YAML
Raw Normal View History

language: generic
2017-03-13 23:07:10 +01:00
# establish environment variables
2017-03-13 23:07:10 +01:00
env:
- TEST_DIR=examples/101-vm-simple-linux
2017-03-13 23:07:10 +01:00
branches:
only:
- master
- /^(?i:topic)-.*$/
deploy:
- provider: script
skip_cleanup: true
2017-04-19 01:44:06 +02:00
script: cd $TEST_DIR && "./deploy.sh"
on:
repo: 10thmagnitude/terraform
branch: 101-vm-simple-linux
2017-04-24 16:23:15 +02:00
condition: false # re-enable when examples exist in master