Skip to content

Commit 572d6d8

Browse files
chore(travis): trying to fix travis
1 parent a126321 commit 572d6d8

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-
npm install --no-save [email protected]
38+
BUILD_ONLY=true npm install --no-save [email protected]
3939
npm run release -- --no-parallel --print-release
4040
fi
4141
branches:

0 commit comments

Comments
 (0)