rust-postgres/.travis.yml

11 lines
301 B
YAML
Raw Normal View History

2013-10-08 04:59:06 +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-08 05:58:11 +00:00
- rustc --lib --out-dir . src/postgres/lib.rs
- rustc --test --out-dir . -L. src/postgres/test.rs
- ./test
# - rustpkg test postgres