rust-postgres/.travis.yml
Steven Fackler a29dbaf2e6 Stop using rustpkg test
It's really janky.
2014-01-13 21:04:19 -08:00

13 lines
233 B
YAML

addons:
postgresql: 9.3
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:
- make
- make test