updates travis.yml to make use of config files

This commit is contained in:
Juanjo Bazán
2015-07-22 13:24:39 +02:00
parent 12bad01d87
commit 9a27bf9f79

View File

@@ -1,4 +1,7 @@
language: ruby
rvm:
- "2.2.2"
cache: bundler
cache: bundler
before_script:
- "for i in config/*.example; do cp \"$i\" \"${i/.example}\"; done"
script: bundle exec rake