From d7978bc3da681b9505a64629649c14ae8f6c448e Mon Sep 17 00:00:00 2001 From: Lance Wicks Date: Sun, 6 Jul 2014 23:23:16 +0100 Subject: [PATCH] Still trying to get travis up and running --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 31e53a4..e3b2b81 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,4 +4,4 @@ php: - 5.4 - hhvm - script: ./run_build.sh \ No newline at end of file + script: echo 'test';./run_build.sh \ No newline at end of file