Skip to content

Commit a4bf871

Browse files
authored
Start server on master builds before hosting with now
1 parent 31e8a32 commit a4bf871

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
@@ -36,7 +36,7 @@ deploy:
3636
all_branches: true
3737
master: false
3838
- provider: script
39-
script: yarn add now && now --local-config=./now.master.json --token $NOW_TOKEN
39+
script: yarn add now && yarn start && now --local-config=./now.master.json --token $NOW_TOKEN
4040
skip_cleanup: true
4141
on:
4242
master: true

0 commit comments

Comments
 (0)