File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,10 +38,10 @@ after_success:
3838 npm run release
3939 fi
4040 if [[ $TRAVIS_BRANCH == 'master' ]] && [[ $TRAVIS_PULL_REQUEST == 'false' ]]; then
41- now ./packages/overmind-website --token $NOW_TOKEN --no-verify && now alias overmindjs.org --token $NOW_TOKEN
41+ now ./packages/overmind-website --token $NOW_TOKEN && now alias overmindjs.org --token $NOW_TOKEN
4242 fi
4343 if [[ $TRAVIS_BRANCH == 'next' ]] && [[ $TRAVIS_PULL_REQUEST == 'false' ]]; then
44- now ./packages/overmind-website --token $NOW_TOKEN --no-verify && now alias next.overmindjs.org --token $NOW_TOKEN
44+ now ./packages/overmind-website --token $NOW_TOKEN && now alias next.overmindjs.org --token $NOW_TOKEN
4545 fi
4646branches :
4747 except :
You can’t perform that action at this time.
0 commit comments