Last active
April 6, 2018 23:45
-
-
Save antklim/eb7c6f8184e67fa281f4c0976f55a6e4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
language: node_js | |
node_js: | |
- "8" | |
install: | |
- npm install | |
script: | |
- npm run test | |
- scripts/upload-stack.js -b antklim-cf-templates/simple-api -v $TRAVIS_BUILD_NUMBER | |
- travis_wait scripts/deploy-stack.js -r ap-southeast-2 -n simple-api -e dev -b antklim-cf-templates/simple-api -v $TRAVIS_BUILD_NUMBER |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment