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

github.com/nextcloud/nextcloud_announcements.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2017-03-25 22:50:38 +0300
committerGitHub <noreply@github.com>2017-03-25 22:50:38 +0300
commitf46958f6da2beef0431c5cbeaeb1ecbb7ad1493c (patch)
tree421018fab98fdb9caacd84e0c40acb9b06245f26
parent74dc309b1628f9c4b63a280ee4a18a70030c03e7 (diff)
parentd35131453fe5d8a92e5c22083a26ce74eda5e8bc (diff)
Merge pull request #22 from nextcloud/fix-phpunit-on-php7
Fix phpunit execution with php7
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 8e4d6e3..adabd27 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,7 +19,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