summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2018-02-10 10:30:35 -0500
committerAndrew Gallant <jamslam@gmail.com>2018-02-10 12:12:47 -0500
commit09c5b2c4eab68a6a59a044ea149b8487b8ff5002 (patch)
tree14b97d16361b89bb1e42514b105e556eb94a891d /.travis.yml
parent904c75bd302311fe9e5e5a7238299e0105e19c8b (diff)
ci: update deployment for doc rearrangement
This fixes CI to handle the new documentation files. We also continue to do more cleanup. In particular, we devise a nicer way of detecting the most recent Cargo OUT_DIR by writing a dummy file, and looking for the most recently modified version of that file.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index e2cc674d..bd6dd503 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -73,7 +73,7 @@ before_deploy: ci/before_deploy.sh
deploy:
provider: releases
file_glob: true
- file: deployment/${PROJECT_NAME}-${TRAVIS_TAG}-${TARGET}.*
+ file: deployment/${PROJECT_NAME}-${TRAVIS_TAG}-${TARGET}.tar.gz
skip_cleanup: true
on:
condition: $TRAVIS_RUST_VERSION = nightly