From dd477b13c40df188d21587a1d0760754bed87f31 Mon Sep 17 00:00:00 2001 From: Daniel Lucraft Date: Tue, 24 Jan 2012 16:19:20 +0000 Subject: [PATCH] Fix travis CI --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4851338..2e7c62e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,4 +8,4 @@ rvm: - rbx-18mode # - rbx-19mode # currently in active development, may or may not work for your project # uncomment this line if your project needs to run something other than `rake`: -# script: bundle exec rspec spec +script: rspec spec