rust-postgres/.travis.yml
2014-01-18 14:41:02 -08:00

19 lines
531 B
YAML

env:
global:
- secure: MDV8QzYhRm55CkEBbpjzqWmw9fLIwDRjf0O/xBC2nBJmpGWhe6v+IumH9SJFVdtSA8j8FZR0qqdCHZOs0Zl5O0SpGWyC3kKHrdW6oeQATKyRGC0HNh3BOGWnkidexvnpv/auDFWA6Vgiorvxq9B162BkEDijh6Eyz0kshsUjgTU=
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 check
- make doc
after_success:
- curl http://www.rust-ci.org/artifacts/put?t=$RUSTCI_TOKEN | sh