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

github.com/nextcloud/admin_notifications.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 21:53:34 +0300
committerJoas Schilling <coding@schilljs.com>2017-03-25 22:14:22 +0300
commit88bc153ddf5b48663462e37c8cc514e358bf5092 (patch)
tree53d6945e6662af00c8ea01ae81f07f39e8c6d1d5
parent1bbfc14baab7afb17321c5bc5d381538ed141c25 (diff)
Use "." instead of bash so export works
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 a655392..27101e6 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