Skip to content

Commit

Permalink
chore: use recent nodegit version in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
henri-hulski committed May 18, 2019
1 parent 67860b3 commit 479f3ff
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 @@ -37,7 +37,7 @@ after_success:
fi
if [[ $TRAVIS_BRANCH == 'master' || $TRAVIS_BRANCH == 'next' ]] && [[ $TRAVIS_PULL_REQUEST == 'false' ]]; then
printf "//registry.npmjs.org/:_authToken=$NPM_TOKEN\n" > ~/.npmrc
npm install --no-save nodegit@0.20.3
npm install --no-save nodegit@0.24.3
npm run release -- --no-parallel
fi
branches:
Expand Down

0 comments on commit 479f3ff

Please sign in to comment.