diff options
author | Valentin Popov <info@valentineus.link> | 2018-06-11 18:00:30 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2018-06-11 18:00:30 +0300 |
commit | f5a68e946224a1dfb22f1599ce7a66c8ed48f4f0 (patch) | |
tree | 58195a640ad884bd65992baac78290bc96e1a480 | |
parent | 62c0ddbcd27f93fd9e2882dd035ab83a848ee3c4 (diff) | |
download | tool_apisiteadmins-f5a68e946224a1dfb22f1599ce7a66c8ed48f4f0.tar.xz tool_apisiteadmins-f5a68e946224a1dfb22f1599ce7a66c8ed48f4f0.zip |
Disabled script
Signed-off-by: Valentin Popov <info@valentineus.link>
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index fdb51c6..bab4e4d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -52,6 +52,7 @@ script: jobs: include: - stage: deploy + script: false before_deploy: - cd "$TRAVIS_REPO_SLUG" - git stash --all |