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

github.com/nextcloud/password_policy.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:38 +0300
committerJoas Schilling <coding@schilljs.com>2017-03-25 22:04:38 +0300
commitefb755a3612c9c775b03085ab898a9fa766b38c3 (patch)
tree7f2f8b2a820680f2425d924c101cf00cd4d7cc56 /.travis.yml
parent090852968fb3f6b887254a4c0689680bcf7ab2ff (diff)
Fix phpunit execution with php7
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 35d31d7..a129dd2 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