num-traits/.travis.yml

8 lines
168 B
YAML
Raw Normal View History

2014-09-16 17:35:35 +00:00
install:
- curl https://static.rust-lang.org/rustup.sh | sudo sh -
script:
- cargo build --verbose
- cargo test --verbose
env:
- LD_LIBRARY_PATH=/usr/local/lib