Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit 914e605

Browse files
committed
Use Xenial in Travis CI
1 parent 40778f5 commit 914e605

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.travis.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
language: rust
2-
dist: trusty
3-
sudo: false
2+
dist: xenial
43
cache:
54
cargo: false
65
os:
@@ -14,9 +13,6 @@ install:
1413
- rustup component add rust-src
1514
- rustup component add rust-analysis
1615
script:
17-
- cargo build -v
18-
- cargo test -v
19-
- cargo test test_tooltip_std -- --ignored
2016
# Since the rls-* subcrates use crates.io-based dependencies of themselves it
2117
# makes sense to test them in isolation rather than just RLS itself
2218
- (cd rls-analysis && cargo test -v)
@@ -25,6 +21,9 @@ script:
2521
- (cd rls-rustc && cargo test -v)
2622
- (cd rls-span && cargo test -v)
2723
- (cd rls-vfs && cargo test -v)
24+
- cargo build -v
25+
- cargo test -v
26+
- cargo test test_tooltip_std -- --ignored
2827

2928
env:
3029
global:

0 commit comments

Comments
 (0)