rust-postgres/.travis.yml

18 lines
533 B
YAML
Raw Normal View History

2014-01-18 22:36:24 +00:00
env:
global:
- secure: MDV8QzYhRm55CkEBbpjzqWmw9fLIwDRjf0O/xBC2nBJmpGWhe6v+IumH9SJFVdtSA8j8FZR0qqdCHZOs0Zl5O0SpGWyC3kKHrdW6oeQATKyRGC0HNh3BOGWnkidexvnpv/auDFWA6Vgiorvxq9B162BkEDijh6Eyz0kshsUjgTU=
2013-12-10 16:45:53 +00:00
addons:
postgresql: 9.3
2013-10-08 04:59:06 +00:00
before_install:
2013-10-08 07:18:36 +00:00
- yes | sudo add-apt-repository ppa:hansjorg/rust
- sudo apt-get update
2013-10-08 04:59:06 +00:00
install:
2013-10-08 07:18:36 +00:00
- sudo apt-get install rust-nightly
2013-10-08 06:34:59 +00:00
before_script:
2013-10-08 07:18:36 +00:00
- ./travis/setup.sh
- ./configure
2013-10-08 04:59:06 +00:00
script:
2014-01-18 22:49:21 +00:00
- make all check doc
2014-01-18 22:41:02 +00:00
after_success:
2014-01-18 22:36:24 +00:00
- curl http://www.rust-ci.org/artifacts/put?t=$RUSTCI_TOKEN | sh