From 7fbadc2502ea4466802f0529c022303c8e24f189 Mon Sep 17 00:00:00 2001 From: Marcus Whybrow Date: Wed, 6 Jun 2012 00:43:36 +0100 Subject: [PATCH] Fixed the .travis.yml file again. This should skip the python install step now, and should also run the test script. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index db22b0b..a31472c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,7 @@ before_install: # Override the default Travis python installation with nothing install: + - echo "No installation necessary" # Run the test script -script: sudo ./test.sh \ No newline at end of file +script: sudo /bin/bash ./test.sh \ No newline at end of file