Skip to content

Commit 5dcd6be

Browse files
committed
(chore) Update to a modern travis configuration.
1 parent f9da0fc commit 5dcd6be

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

.travis.yml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
1-
language: c
2-
env:
3-
- LD_LIBRARY_PATH=/usr/local/lib:/usr/local/lib/rustlib/x86_64-unknown-linux-gnu/lib/
4-
install:
5-
- curl https://static.rust-lang.org/rustup.sh | sudo bash
1+
language: rust
2+
sudo: false
63
script:
7-
- cargo build -v
8-
- cargo test -v
9-
- cargo doc -v
10-
os:
11-
- linux
4+
- cargo build
5+
- cargo test

0 commit comments

Comments
 (0)