1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
env: - LD_LIBRARY_PATH=/usr/local/lib language: rust rust: - nightly - stable os: - linux notifications: email: - letang.jeremy@gmail.com - mitchell.nordine@gmail.com script: - cargo build --verbose - cargo test --verbose