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 @@ -35,10 +35,10 @@ after_success:
3535 npm run release
3636 fi
3737 if [[ $TRAVIS_BRANCH == 'master' ]] && [[ $TRAVIS_PULL_REQUEST == 'false' ]]; then
38- now ./packages/overmind-website --token $NOW_TOKEN && now alias overmindjs.org --token $NOW_TOKEN
38+ now ./packages/overmind-website --token $NOW_TOKEN --no-verify && now alias overmindjs.org --token $NOW_TOKEN
3939 fi
4040 if [[ $TRAVIS_BRANCH == 'next' ]] && [[ $TRAVIS_PULL_REQUEST == 'false' ]]; then
41- now ./packages/overmind-website --token $NOW_TOKEN && now alias next.overmindjs.org --token $NOW_TOKEN
41+ now ./packages/overmind-website --token $NOW_TOKEN --no-verify && now alias next.overmindjs.org --token $NOW_TOKEN
4242 fi
4343branches :
4444 except :
You can’t perform that action at this time.
0 commit comments