updates travis' script

This commit is contained in:
Juanjo Bazán
2016-07-13 12:06:12 +02:00
parent 1b5f7a0e6e
commit cf50b3743c

View File

@@ -7,4 +7,4 @@ cache: bundler
before_script:
- "for i in config/*.example; do cp \"$i\" \"${i/.example}\"; done"
- bundle exec rake db:setup
script: bundle exec rake
script: bin/rspec spec -f Fuubar