Created
March 29, 2013 23:58
-
-
Save wesleyhales/5274500 to your computer and use it in GitHub Desktop.
travis config for awestruct build
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
before_install: | |
- gem install bundler | |
language: ruby | |
rvm: | |
- 1.9.3 | |
before_script: | |
- "rake" | |
- bash build/post_build.sh | |
env: | |
global: | |
- secure: "fdsfdskhfjkdshfkj...the string from travis encrypt command" | |
branches: | |
except: | |
- gh-pages | |
script: | |
- bash build/gh-pages-report.sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment