We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d8960a commit ca839d7Copy full SHA for ca839d7
.travis.yml
@@ -10,7 +10,7 @@ cache:
10
- node_modules
11
branches:
12
only:
13
- - src
+ - master
14
- /^greenkeeper/.*$/
15
16
env:
@@ -37,7 +37,7 @@ script:
37
38
deploy:
39
- on:
40
- branch: "src"
+ branch: "master"
41
provider: script
42
skip_cleanup: true
43
script:
@@ -46,11 +46,11 @@ deploy:
46
# Deploy dist folder to master(gh-pages) branch
47
# https://github.com/settings/tokens
48
49
50
provider: pages
51
52
github_token: $GITHUB_TOKEN
53
local_dir: dist
54
- target-branch: master
+ target-branch: gh-pages
55
email: [email protected]
56
- name: Linus Torvalds
+ name: Linus Torvalds
0 commit comments