Skip to content

Instantly share code, notes, and snippets.

@7hunderbird
Created March 19, 2015 21:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 7hunderbird/00cb6b1093cd3fbc2abe to your computer and use it in GitHub Desktop.
Save 7hunderbird/00cb6b1093cd3fbc2abe to your computer and use it in GitHub Desktop.
language: ruby
rvm:
- jruby-1.7.18
before_script:
- ./bin/setup --config
- gem install brakeman
script:
- bundle exec rake spec
- bundle exec rubocop
- ruby -rubygems spec/travis/brakeman.rb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment