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