coreutils/.travis.yml

9 lines
170 B
YAML
Raw Normal View History

2013-10-22 14:11:56 +00:00
before_install:
- yes | sudo add-apt-repository ppa:hansjorg/rust
- sudo apt-get update
install:
- sudo apt-get install rust-nightly
script:
2013-10-22 14:18:22 +00:00
- make
2013-10-22 14:11:56 +00:00
- make test