.travis.yml in alchemy_crm-2.0.5 vs .travis.yml in alchemy_crm-2.1.0a
- old
+ new
@@ -1,10 +1,12 @@
language: ruby
rvm:
+ - 1.8.7
- 1.9.2
- 1.9.3
+ - ree
branches:
only:
- - 2.0-stable
+ - master
before_script:
- - "sh -c 'cd spec/dummy; RAILS_ENV=test bundle exec rake db:setup'"
+ - "sh -c 'cd spec/dummy && RAILS_ENV=test bundle exec rake db:schema:load'"
script: "bundle exec rspec spec"