Skip to content

Commit 1ed8346

Browse files
authored
docs(build): fix travis build/deploy docs
Removed "gulp changelog" as it doesn't actually commit/deploy a changelog. Corrected post build step to build docs.
1 parent 7413321 commit 1ed8346

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ before_script:
2323
script: "gulp test"
2424

2525
after_success:
26-
- "gulp changelog"
26+
- "gulp docs"
2727

2828
deploy:
2929

@@ -39,9 +39,6 @@ deploy:
3939
on:
4040
tags: true
4141

42-
after_success:
43-
- "deploy-docs"
44-
4542
sudo: false
4643

4744
git:

0 commit comments

Comments
 (0)