1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

Merge pull request #167 from Arcterus/master

Fix travis
This commit is contained in:
Heather 2014-05-13 21:34:12 -07:00
commit ac72c6925f

View file

@ -1,8 +1,7 @@
before_install:
- yes | sudo add-apt-repository ppa:hansjorg/rust
- sudo apt-get update
install: 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: script:
- make - make
- make test - make test