Skip to content

Commit 2258aa9

Browse files
committed
build: don't deploy website after failed build
1 parent 80730a1 commit 2258aa9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ node_js:
1616
- '8.8'
1717
script:
1818
- "./tools/presubmit.js"
19+
after_success:
1920
- "./tools/deploy_github_pages.js"
2021
env:
2122
global:

0 commit comments

Comments
 (0)