Commit 96d7fb12adda41d08a133b7647094e66e61f3218

Authored by Henry Fredrick Schreiner
1 parent 3031dc14

Fixing typo in travis with missing space

Showing 1 changed file with 1 additions and 1 deletions
.travis.yml
... ... @@ -58,7 +58,7 @@ script:
58 58 after_success:
59 59 - echo "${TRAVIS_BRANCH}"
60 60 - echo "${TRAVIS_PULL_REQUEST}"
61   -- if [[ "${TRAVIS_BRANCH}" == "master" && "${TRAVIS_PULL_REQUEST}" == "false" && "$DEPLOY_MAT" == "yes"]] ; then echo "Updating docs" && cd $TRAVIS_BUILD_DIR && .ci/build_docs.sh ; fi
  61 +- if [[ "${TRAVIS_BRANCH}" == "master" && "${TRAVIS_PULL_REQUEST}" == "false" && "$DEPLOY_MAT" == "yes" ]] ; then echo "Updating docs" && cd $TRAVIS_BUILD_DIR && .ci/build_docs.sh ; fi
62 62  
63 63 deploy:
64 64 provider: releases
... ...