Files
grecia/.travis.yml
Juanjo Bazán 9144c7da05 changes travis script
this commit reverts cf50b3743c because Fuubar 
format does not works well with travis/coveralls
2016-07-14 14:01:25 +02:00

11 lines
214 B
YAML

language: ruby
addons:
postgresql: "9.4"
rvm:
- "2.2.3"
cache: bundler
before_script:
- "for i in config/*.example; do cp \"$i\" \"${i/.example}\"; done"
- bundle exec rake db:setup
script: bundle exec rake