Add doc upload on rust-ci

This commit is contained in:
Alexis Mousset
2014-02-03 21:33:33 +01:00
parent 274004e926
commit 0646476a9c

View File

@@ -1,3 +1,6 @@
env:
global:
- secure: Rf9rhKuxx6A6dVNUUvqwW5JtdSosqnLthzfsndN5bZlMFOoclVaYSjplMJW+ttJlrLnk2o8SQXXXs5SRzlnljElbUdp4JtN11EQ+yn/sVpOjDanVWLFRtFwRc+PJt+1nruq1hS/4LV5rjvtd0UlGFKGhiZxAOVZrjuLIQL1s/ds=
before_install:
- yes | sudo add-apt-repository ppa:hansjorg/rust
- sudo apt-get update
@@ -5,3 +8,5 @@ install:
- sudo apt-get install rust-nightly
script:
- make check
after_script:
- curl http://www.rust-ci.org/artifacts/put?t=$RUSTCI_TOKEN | sh