aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Beltran <ben@nsovocal.com>2017-05-19 00:50:40 -0500
committerBen Beltran <ben@nsovocal.com>2017-05-19 00:50:40 -0500
commitae17fa044414076efbf19f70833537302c922cf4 (patch)
tree71380ee7e851accc158d902bf983b2116f55f6bd
parent24500f5c638a73394322773c47472764072c51df (diff)
Ensure docs only happen on after success
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 119df91..ce7ca0f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,7 +12,7 @@ script:
- make lint
- make build
-after_script:
+after_success:
- make document
deploy: