Skip to content

Commit

Permalink
foo
Browse files Browse the repository at this point in the history
  • Loading branch information
vhf committed Aug 10, 2017
1 parent 6310c92 commit 676aeb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ cache:


before_install:
- . ./scripts/ci_turbo.sh
- ./scripts/ci_turbo.sh

- travis_retry pip install -q coveralls

Expand Down Expand Up @@ -147,7 +147,7 @@ after_success:
- |
# upload compiled assets
COMMIT_MSG=`git rev-list --format=%B --max-count=1 $TRAVIS_COMMIT`
if [[ "$ZDS_TEST_JOB" == *"front"* ]] && [[ "$TRAVIS_PULL_REQUEST" == false ]] && [[ ! -z "$TRAVIS_TAG" ]] && [[ ! "$TRAVIS_TAG" == *"-build" ]]
if [[ "$ZDS_TEST_JOB" == *"front"* ]] && [[ ! -z "$TRAVIS_TAG" ]] && [[ ! "$TRAVIS_TAG" == *"-build" ]]
then
# Adding GitHub OAuth token to login
echo -e "machine github.com login $BOT_LOGIN\n password $BOT_PASSWORD" > $HOME/.netrc
Expand Down

0 comments on commit 676aeb8

Please sign in to comment.