From 53b2a1f1f750a48939e69278297d69dbc6b213ad Mon Sep 17 00:00:00 2001 From: Azul Date: Mon, 6 Jan 2014 07:47:28 +0100 Subject: try to get require rubygems to work on travis --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 69f79e6..ecbf265 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,10 @@ +rvm: + - "1.9.3" services: - couchdb notifications: email: false before_script: - "/bin/bash test/setup_couch.sh" - - "bin/tapicero start test/config.yaml" + - "bundle exec bin/tapicero start test/config.yaml" - "cat /tmp/test-tapicero.log" -- cgit v1.2.3