From e67e1e2a12e252952b8104f3d1d925d86f690b4d Mon Sep 17 00:00:00 2001 From: Thomas Tanghus Date: Tue, 20 Aug 2013 00:01:29 +0200 Subject: [PATCH] Let's go now --- .travis.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index fc5591a4..00e16aac 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,10 +9,6 @@ branches: except: - share -script: - - cd tests - - phpunit - env: - DB=mysql @@ -22,6 +18,7 @@ env: before_script: - composer install - ./tests/install_dependencies.sh + - cd tests # - cd ..; git clone https://github.com/owncloud/appframework; cd contacts # - sudo add-apt-repository -y ppa:chris-lea/node.js