From 15e8db8f171e8038922581e351e300b19adad4b1 Mon Sep 17 00:00:00 2001 From: Ciro Mattia Gonano Date: Fri, 13 Sep 2013 14:52:36 +0200 Subject: Update travis settings --- .travis.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index d24b79fa..367e87f5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,18 +1,11 @@ language: php -env: APPLICATION_ENV travis - php: - 5.3 - 5.4 before_script: - COMPOSER_PROCESS_TIMEOUT=10000 composer install - - ./bin/phing rw - - ./bin/phing db -D env=travis script: - - ./bin/phing test - -notifications: - email: false \ No newline at end of file + - ./bin/phing test \ No newline at end of file -- cgit v1.2.3