From 48077d0653544880be3dc2e1134557535e405faf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauren=C8=9Biu=20Nicola?= Date: Thu, 23 May 2019 16:05:01 +0300 Subject: Use Xenial image and fix find call --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 940435172..c6e22d765 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,12 +1,13 @@ cache: cargo before_cache: - - find ./target/debug -type f -maxdepth 1 -delete + - find ./target/debug -maxdepth 1 -type f -delete - rm -fr ./target/debug/{deps,.fingerprint}/{*ra_*,*test*,*tools*,*gen_lsp*,*thread_worker*} - rm -f ./target/.rustc_info.json matrix: include: - os: linux + dist: xenial language: rust rust: stable script: -- cgit v1.2.3