toml-rs/.travis.yml

10 lines
188 B
YAML
Raw Normal View History

2014-06-20 19:08:00 -05:00
install:
2014-07-10 14:24:54 -05:00
- curl http://www.rust-lang.org/rustup.sh | sudo sh -
2014-06-20 19:08:00 -05:00
script:
- make
- make check
2014-07-10 14:24:54 -05:00
- cargo build --verbose
- cargo test --verbose
env:
- LD_LIBRARY_PATH=/usr/local/lib