Skip to content

Instantly share code, notes, and snippets.

@wesleyhales
Created March 29, 2013 23:58
Show Gist options
  • Save wesleyhales/5274500 to your computer and use it in GitHub Desktop.
Save wesleyhales/5274500 to your computer and use it in GitHub Desktop.
travis config for awestruct build
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