Last active
July 20, 2017 15:42
-
-
Save afiune/8dbd11c135e23f966f94786b7b1bb165 to your computer and use it in GitHub Desktop.
Enable habitat in Travis CI
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
install: | |
- curl https://raw.githubusercontent.com/habitat-sh/habitat/master/components/hab/install.sh | sudo bash | |
- hab origin key generate $HAB_ORIGIN | |
branches: | |
only: | |
- master | |
script: | |
- hab pkg build . | |
env: | |
- HAB_ORIGIN=travis |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment