From a2a12c93a61ea6329d2c17cbd94d70acc71f0495 Mon Sep 17 00:00:00 2001 From: Yuheng Chen Date: Wed, 22 Jun 2016 15:47:02 +0800 Subject: [PATCH] CI: remove put to rust-ci.org Server down occasionally... --- saphyr/.travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/saphyr/.travis.yml b/saphyr/.travis.yml index 3a542b8..f3e89e1 100644 --- a/saphyr/.travis.yml +++ b/saphyr/.travis.yml @@ -15,5 +15,3 @@ script: cargo build --verbose fi - cargo test --verbose -after_script: - - curl http://www.rust-ci.org/artifacts/put?t=$RUSTCI_TOKEN | sh