aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 512fa56..08f48d3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,5 +1,12 @@
+env:
+ global:
+ - secure: boFR5celiSVXC9tFkrsYwWBl5Eoli5jAVnCZvqJGuUe988k9TT0gq+bdslhjAuMNC7u7x26JB8Nhtx1KBfws4Vr/gzsRDQBU5TINhgZcP6DbxfNJ3YRnCmL5EAs/UgN9/QSZEILeKS3HGw3pVWjeBZ4ncJBgxfwAL0lBeefz4NA=
+
install:
- curl http://www.rust-lang.org/rustup.sh | sudo sh -
script:
- cargo build
+
+after_script:
+ - curl http://www.rust-ci.org/artifacts/put?t=$RUSTCI_TOKEN | sh