Created
March 19, 2015 21:01
-
-
Save 7hunderbird/00cb6b1093cd3fbc2abe to your computer and use it in GitHub Desktop.
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
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