From e726abcbbdba8cb1887b85b22489b564e10e19a7 Mon Sep 17 00:00:00 2001 From: Sebastian Kippe Date: Tue, 28 Feb 2012 01:34:21 +0100 Subject: [PATCH] Update travis.yml --- travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/travis.yml b/travis.yml index d492dc4..25ec2cf 100644 --- a/travis.yml +++ b/travis.yml @@ -1,5 +1,7 @@ +language: ruby rvm: - 1.9.2 - 1.9.3 +before_script: + - cp config.yml.example config.yml script: rake test -before_script: cp config.yml.example config.yml