From 9a27bf9f792acc70f543cdb813e1d301c95f9329 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juanjo=20Baz=C3=A1n?= Date: Wed, 22 Jul 2015 13:24:39 +0200 Subject: [PATCH] updates travis.yml to make use of config files --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 101813a72..a963377cf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,7 @@ language: ruby rvm: - "2.2.2" -cache: bundler \ No newline at end of file +cache: bundler +before_script: + - "for i in config/*.example; do cp \"$i\" \"${i/.example}\"; done" +script: bundle exec rake \ No newline at end of file