Skip to content

Instantly share code, notes, and snippets.

@afiune
Last active July 20, 2017 15:42
Show Gist options
  • Save afiune/8dbd11c135e23f966f94786b7b1bb165 to your computer and use it in GitHub Desktop.
Save afiune/8dbd11c135e23f966f94786b7b1bb165 to your computer and use it in GitHub Desktop.
Enable habitat in Travis CI
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