Skip to content

Commit

Permalink
BUGFIX: bundle exec migrations
Browse files Browse the repository at this point in the history
FEATURE: add 2.1.0 as a target for testing
  • Loading branch information
SamSaffron committed Jan 6, 2014
1 parent f91163e commit c85d09c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
language: ruby
rvm:
- 2.0.0
- 2.1.0
before_script:
- psql -c 'create database discourse_test;' -U postgres
- export DISCOURSE_HOSTNAME=www.example.com
- export RUBY_GC_MALLOC_LIMIT=50000000
- rake db:migrate
- bundle exec rake db:migrate
bundler_args: --without development
script: 'bundle exec rspec && bundle exec rake qunit:test'
services:
Expand Down

0 comments on commit c85d09c

Please sign in to comment.