changes travis script

this commit reverts cf50b3743c because Fuubar 
format does not works well with travis/coveralls
This commit is contained in:
Juanjo Bazán
2016-07-14 14:01:25 +02:00
parent 24dfbdceed
commit 9144c7da05

View File

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