From f70047454735768995b97a9e04ab9984255d0795 Mon Sep 17 00:00:00 2001 From: Theo Date: Thu, 20 Jun 2013 15:48:57 +0200 Subject: [PATCH] Forgot to turn off the integration tests in Travis [ci skip] --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1d84356..1088a9d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ language: ruby -script: 'rspec spec' +script: 'rspec spec/cql' bundler_args: --without development rvm: - 1.9.3