From 5c70396a43c5553539fbf1258b57b562edb703fe Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Thu, 6 Nov 2014 15:58:20 +0100 Subject: curl installation to test if it is set up --- .travis.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 7a4b682f8..5fff13319 100644 --- a/.travis.yml +++ b/.travis.yml @@ -46,6 +46,7 @@ before_script: - cd owncloud - ocdev ci $DB - php -f console.php app:enable news + - curl http://admin:admin@localhost/owncloud/index.php - cd apps/news/js # install test deps - npm install --deps # npm install needs to run before sudo npm install because otherwise it fails because a tmp file exists in the home dir -- cgit v1.2.3