diff options
| author | Jorge Aparicio <jorge@japaric.io> | 2018-08-27 14:44:47 +0200 |
|---|---|---|
| committer | Jorge Aparicio <jorge@japaric.io> | 2018-08-27 14:44:47 +0200 |
| commit | 2b6b513b8978ac63fd12ee7049c85fce1194a487 (patch) | |
| tree | 996e1bd8ba137192311f078f49f1deb963c0d0d5 /.travis.yml | |
| parent | 2ec5d59ee99c00315168ae89847c5e352f1aadf0 (diff) | |
publish docs on gh pages
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 8e8aafb..8e81e82 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,6 +26,9 @@ install: script: - bash ci/script.sh +after_success: + - bash ci/after-success.sh + after_script: set +e branches: |
