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

github.com/nextcloud/travis_ci.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 19:56:36 +0300
committerJoas Schilling <coding@schilljs.com>2017-03-25 19:56:36 +0300
commit163e59dcd7a497967e77adeb9abeb64adee6e500 (patch)
tree9d07736f638c58e0b20828a8e5c114c8975d20ef
parentf1be617aabd0e8c14e8a193f0caa03b669389218 (diff)
Symlink2
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rwxr-xr-xbefore_install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/before_install.sh b/before_install.sh
index 2bad691..a033a38 100755
--- a/before_install.sh
+++ b/before_install.sh
@@ -67,5 +67,5 @@ bash ./core_install.sh $DB
cd ..
wget https://raw.githubusercontent.com/nextcloud/travis_ci/fix-phpunit-on-php7/composer.json
composer install
-ln -s vendor/bin/phpunit ~/bin/phpunit
+ln -s ~/bin/phpunit vendor/bin/phpunit
cd $WORKDIR