Skip to content

Commit ca839d7

Browse files
committed
fix: build
1 parent 9d8960a commit ca839d7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ cache:
1010
- node_modules
1111
branches:
1212
only:
13-
- src
13+
- master
1414
- /^greenkeeper/.*$/
1515

1616
env:
@@ -37,7 +37,7 @@ script:
3737

3838
deploy:
3939
- on:
40-
branch: "src"
40+
branch: "master"
4141
provider: script
4242
skip_cleanup: true
4343
script:
@@ -46,11 +46,11 @@ deploy:
4646
# Deploy dist folder to master(gh-pages) branch
4747
# https://github.com/settings/tokens
4848
- on:
49-
branch: "src"
49+
branch: "master"
5050
provider: pages
5151
skip_cleanup: true
5252
github_token: $GITHUB_TOKEN
5353
local_dir: dist
54-
target-branch: master
54+
target-branch: gh-pages
5555
56-
name: Linus Torvalds
56+
name: Linus Torvalds

0 commit comments

Comments
 (0)