Skip to content

Commit 1cab628

Browse files
chore(travis): nodegit
1 parent 572d6d8 commit 1cab628

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ after_success:
3535
fi
3636
if [[ $TRAVIS_BRANCH == 'master' || $TRAVIS_BRANCH == 'next' ]] && [[ $TRAVIS_PULL_REQUEST == 'false' ]]; then
3737
printf "//registry.npmjs.org/:_authToken=$NPM_TOKEN\n" > ~/.npmrc
38-
BUILD_ONLY=true npm install --no-save nodegit@0.20.3
38+
npm install --no-save nodegit
3939
npm run release -- --no-parallel --print-release
4040
fi
4141
branches:

0 commit comments

Comments
 (0)