mirror of
https://github.com/uutils/coreutils
synced 2024-12-14 23:32:39 +00:00
Merge pull request #391 from Arcterus/travis-official
Update Travis to use official Rust support
This commit is contained in:
commit
7d353ce86b
1 changed files with 2 additions and 4 deletions
|
@ -1,7 +1,5 @@
|
|||
install:
|
||||
- curl -O http://static.rust-lang.org/dist/rust-nightly-x86_64-unknown-linux-gnu.tar.gz
|
||||
- tar -zxf rust-nightly-x86_64-unknown-linux-gnu.tar.gz
|
||||
- (cd rust-nightly-x86_64-unknown-linux-gnu/ && sudo ./install.sh)
|
||||
language: rust
|
||||
|
||||
script:
|
||||
- make
|
||||
- make test
|
||||
|
|
Loading…
Reference in a new issue