Skip to content

Commit 655f921

Browse files
Merge pull request cerebral#51 from cerebral/docs1
chore(now): drop verify, avoid timeout due to long build time
2 parents 03cec27 + 3c62685 commit 655f921

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
4343
branches:
4444
except:

0 commit comments

Comments
 (0)