trying to revert to the simplest travis config

This commit is contained in:
Skud
2014-07-06 21:25:12 +10:00
parent 0718b5818a
commit c2f7cf08ca

View File

@@ -1,10 +1,9 @@
---
language: ruby
bundler_args: --without development assets
env: GROWSTUFF_SITE_NAME="Growstuff (travis)"
bundler_args: --without development assets
rvm:
- 2.1.1
script:
- psql -c 'create database growstuff_test;'
- bundle exec rake db:migrate --trace
- bundle exec rspec spec/