aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorLaurenČ›iu Nicola <[email protected]>2019-05-23 14:05:01 +0100
committerLaurenČ›iu Nicola <[email protected]>2019-05-23 14:05:01 +0100
commit48077d0653544880be3dc2e1134557535e405faf (patch)
tree8ebe8c2bdb2ec4edf3792c659a67f75a9fe7458e /.travis.yml
parentc290bb0749c14409cbab657e12123320176a33e5 (diff)
Use Xenial image and fix find call
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 940435172..c6e22d765 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,12 +1,13 @@
1cache: cargo 1cache: cargo
2before_cache: 2before_cache:
3 - find ./target/debug -type f -maxdepth 1 -delete 3 - find ./target/debug -maxdepth 1 -type f -delete
4 - rm -fr ./target/debug/{deps,.fingerprint}/{*ra_*,*test*,*tools*,*gen_lsp*,*thread_worker*} 4 - rm -fr ./target/debug/{deps,.fingerprint}/{*ra_*,*test*,*tools*,*gen_lsp*,*thread_worker*}
5 - rm -f ./target/.rustc_info.json 5 - rm -f ./target/.rustc_info.json
6 6
7matrix: 7matrix:
8 include: 8 include:
9 - os: linux 9 - os: linux
10 dist: xenial
10 language: rust 11 language: rust
11 rust: stable 12 rust: stable
12 script: 13 script: