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

Add travis config

This commit is contained in:
Jordi Boggiano 2013-10-22 16:11:56 +02:00
parent 13fd72e1f2
commit c1659953ac

7
.travis.yml Normal file
View file

@ -0,0 +1,7 @@
before_install:
- yes | sudo add-apt-repository ppa:hansjorg/rust
- sudo apt-get update
install:
- sudo apt-get install rust-nightly
script:
- make test