updates travis.yml to make use of config files
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user