From b1cdbfd8f5c8f68c21ef0560a9746c8d556671c3 Mon Sep 17 00:00:00 2001 From: Will Farrington Date: Tue, 9 Oct 2012 08:39:15 -1000 Subject: [PATCH] typo --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index aa47a24..09ab35e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,5 @@ --- -script: "./script/test" +script: "./script/tests" gemfile: "this/does/not/exist" rvm: - "1.8.7"