Skip to content

Commit 267b1d8

Browse files
authored
Fix typo in now master
1 parent 4dceff1 commit 267b1d8

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 && now alias --token $NOW_TOKEN
39+
script: yarn add now && now --local-config=./now.master.json --token $NOW_TOKEN && now alias --token $NOW_TOKEN
4040
skip_cleanup: true
4141
on:
4242
master: true

0 commit comments

Comments
 (0)