From 0646476a9c50765fc1f4fe21f8ea8a33265f808c Mon Sep 17 00:00:00 2001 From: Alexis Mousset Date: Mon, 3 Feb 2014 21:33:33 +0100 Subject: [PATCH] Add doc upload on rust-ci --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index b26fde7..f04ec59 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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