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-05-22 15:04:23 +0300
committerJoas Schilling <coding@schilljs.com>2017-05-24 11:07:33 +0300
commit34f9f9558d8e2ab07767fd051351ba9b59311e3d (patch)
tree4f1b499845c342af0a20e2168dd0053d35975d49 /.travis.yml
parentaf47ce4d93d6ca72281a505585a313ac6f488516 (diff)
Fix execution on php 7.0 and 7.1
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 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