commit | 3ce6c7bd96296a44950110e84ade76c7c1df06e4 | [log] [tgz] |
---|---|---|
author | Khaled Hosny <[email protected]> | Wed Dec 06 21:08:20 2017 +0200 |
committer | Khaled Hosny <[email protected]> | Thu Dec 07 01:03:20 2017 +0200 |
tree | bee4e89e598f9b96d48bebcfb009297d9975b76b | |
parent | 5a6d2b986a02fc47fa9dcbb330e6949af8e375ff [diff] [blame] |
[ci] Sort out Travis configuration Use a matrix to avoid a gazillion if's.
diff --git a/.ci/deploy-docs.sh b/.ci/deploy-docs.sh index 086982b..a8a8523 100755 --- a/.ci/deploy-docs.sh +++ b/.ci/deploy-docs.sh
@@ -3,6 +3,8 @@ set -x set -o errexit -o nounset +if test "x$TRAVIS_SECURE_ENV_VARS" != xtrue; then exit; fi + BRANCH="$TRAVIS_BRANCH" if test "x$BRANCH" != xmaster; then exit; fi