mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 19:47:45 +00:00
Fix travis
This commit is contained in:
parent
3b6a1655dd
commit
298da5ad40
1 changed files with 3 additions and 4 deletions
|
@ -1,8 +1,7 @@
|
|||
before_install:
|
||||
- yes | sudo add-apt-repository ppa:hansjorg/rust
|
||||
- sudo apt-get update
|
||||
install:
|
||||
- sudo apt-get install rust-nightly
|
||||
- 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)
|
||||
script:
|
||||
- make
|
||||
- make test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue