Skip to content

Commit

Permalink
chore(ci): wait longer for now to build
Browse files Browse the repository at this point in the history
  • Loading branch information
KaelWD committed Nov 19, 2019
1 parent 843cffa commit 8fac9c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -82,14 +82,14 @@ jobs:
- stage: publish-docs-live
name: 'Publish docs - live'
before_script: yarn global add now
script: node scripts/deploy-and-alias.js vuetifyjs.com
script: travis_wait node scripts/deploy-and-alias.js vuetifyjs.com

- stage: publish-docs-dev
name: 'Publish docs - dev'
before_script: yarn global add now
script: node scripts/deploy-and-alias.js dev.vuetifyjs.com
script: travis_wait node scripts/deploy-and-alias.js dev.vuetifyjs.com

- stage: publish-docs-next
name: 'Publish docs - next'
before_script: yarn global add now
script: node scripts/deploy-and-alias.js next.vuetifyjs.com
script: travis_wait node scripts/deploy-and-alias.js next.vuetifyjs.com

0 comments on commit 8fac9c0

Please sign in to comment.