Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/serverinfo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2017-03-25 22:04:59 +0300
committerJoas Schilling <coding@schilljs.com>2017-03-25 22:04:59 +0300
commitbaab11f672a9b43a05bd92ad07c93bd9e6ad65c7 (patch)
treef259f0489c1a7c83238cef1033cfc104421ec6d0
parent806e563fdb0a595d2117ad3f84765e2453808292 (diff)
Fix phpunit execution with php7fix-phpunit-on-php7
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index a443233..f875473 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,7 +18,7 @@ branches:
before_install:
- wget https://raw.githubusercontent.com/nextcloud/travis_ci/master/before_install.sh
- - bash ./before_install.sh $APP_NAME $CORE_BRANCH $DB
+ - . ./before_install.sh $APP_NAME $CORE_BRANCH $DB
# Add some output debugging information
- cd ../server