Skip to content

Instantly share code, notes, and snippets.

@7hunderbird
Created March 20, 2015 21:37
Show Gist options
  • Save 7hunderbird/5042f42faa23ee97d743 to your computer and use it in GitHub Desktop.
Save 7hunderbird/5042f42faa23ee97d743 to your computer and use it in GitHub Desktop.
language: ruby
rvm:
- jruby-1.7.18
addons:
postgresql: "9.2"
before_script:
- ./bin/setup --config
- psql -c 'create database abacus_test;' -U postgres
- bundle exec rake db:reset
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