Created
March 20, 2015 21:37
-
-
Save 7hunderbird/5042f42faa23ee97d743 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 | |
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