Skip to content

Commit

Permalink
Merge pull request #117 from chaijs/fix-build-leader
Browse files Browse the repository at this point in the history
chore(travis): ensure BUILD_LEADER_ID is fixed to job number
  • Loading branch information
vieiralucas committed Nov 9, 2017
2 parents 93e5080 + 8f9e9e8 commit 018367e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
- if [ "$TRAVIS_PULL_REQUEST" != "false" ] || [ "$TRAVIS_BRANCH" != "master" ]; then echo "the deploy job only runs for the master branch. This build will now exit"; exit 0; fi
- if [ "$TRAVIS_PULL_REQUEST" == "false" ] && [ "$TRAVIS_BRANCH" == "master" ]; then npm run semantic-release; fi
env:
- BUILD_LEADER_ID=10
# GH_TOKEN type-detect travis
- secure: "MPzfTVm7U1Q/eYhHT3DXwZki5Xn4ODNs/uXEM5PB2m+BxbytaAgU+3JSI0ZREv+JLk9CRnj2yWebaQkm+0ompkPRus0pEFuwEsMJ3HqV4ISj6zWGLPNjeJqy6kGa+m1WlkfHM+Spj7vrmk2yclZsmke4xpeQy9W8nnPDEHe6uoQ="
# NPM_TOKEN …7f80442b
Expand Down

0 comments on commit 018367e

Please sign in to comment.