Skip to content

Commit

Permalink
Merge pull request #376 from Turbo87/dist-tag
Browse files Browse the repository at this point in the history
auto-dist-tag: Use Node 4 compatible release
  • Loading branch information
rwjblue authored May 18, 2018
2 parents 82281a0 + 7e2efac commit c84d3e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- stage: deploy
if: tag IS present
env: NAME=npm-publish # used only to make Travis UI show description
install: yarn global add auto-dist-tag
install: yarn global add auto-dist-tag@0.1
script: auto-dist-tag --write
deploy:
provider: npm
Expand Down

0 comments on commit c84d3e1

Please sign in to comment.