diff options
author | Valentin Popov <info@valentineus.link> | 2017-10-19 06:20:17 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2017-10-19 06:20:17 +0300 |
commit | d974670910aa1151cc1bc739981ea8149cdcfa64 (patch) | |
tree | def34e202aa5eb7ebe22473d2a3e15f4a8519c14 /.travis.yml | |
parent | c9b65f0f492805b83ffcd815fe110225f77dfc74 (diff) | |
download | local_webhooks-d974670910aa1151cc1bc739981ea8149cdcfa64.tar.xz local_webhooks-d974670910aa1151cc1bc739981ea8149cdcfa64.zip |
Grinding automatic deploymentv0.0.0
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 1506dcf..097a724 100644 --- a/.travis.yml +++ b/.travis.yml @@ -48,7 +48,7 @@ script: jobs: include: - - stage: deploy + stage: deploy env: - DB=mysqli MOODLE_BRANCH=MOODLE_33_STABLE @@ -56,7 +56,7 @@ jobs: php: 7.1 before_deploy: - - cd valentineus/auth-link + - cd $TRAVIS_REPO_SLUG - git stash --all - /bin/sh build.sh |