rust-postgres/.travis.yml
Steven Fackler d567ca8c7a Restructure directories for rustpkg
Turns out the src/postgres indirection isn't necessary.
2013-10-15 13:28:06 -07:00

11 lines
240 B
YAML

before_install:
- yes | sudo add-apt-repository ppa:hansjorg/rust
- sudo apt-get update
install:
- sudo apt-get install rust-nightly
before_script:
- ./travis/setup.sh
script:
- rustc --test --cfg travis -o test lib.rs
- ./test