From 3c71f81547894de420b358cb53b461151281a219 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Mon, 26 Dec 2011 15:51:12 +0100 Subject: [PATCH] Changing travis-config --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9dac606..41d1881 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ language: php php: - 5.3 -script: ./build.php \ No newline at end of file +script: php build.php \ No newline at end of file