From: Alex Crichton Date: Fri, 20 Jan 2017 16:49:30 +0000 (-0800) Subject: Update travis token and fix warning X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~11^2~26^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=41accdfd03666404a1b95cc4e070877c84e15033;p=cargo.git Update travis token and fix warning --- diff --git a/.travis.yml b/.travis.yml index 13282bc13..0145141dc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -118,12 +118,12 @@ after_success: | [ $(uname -s) = Linux ] && pip install ghp-import --user && $HOME/.local/bin/ghp-import -n target/doc && - git push -qf https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages + git push -qf https://${GH_TOKEN}@github.com/${TRAVIS_REPO_SLUG}.git gh-pages 2>&1 > /dev/null env: global: - DEPLOY=1 - - secure: LB2o9UL90Z4CVOLVQsTbZr7ZBLA1dCLxFODuCkPkbdqG3Kl5z1yMIPMRvSbjp9KwBlIgm+Mg0R1iqphKVq+rVP5zo96K4+kEQMG+zWsPb23ZKTxiL8MK5VgCZ7s9AONCvNeCTCNAG3EyeciFr5Zr9eygVCfo0WF6JsPujYYQZx0= + - secure: "hWheSLilMM4DXChfSy2XsDlLw338X2o+fw8bE590xxU2TzngFW8GUfq7lGfZEp/l4SNNIS6ROU/igyttCZtxZMANZ4aMQZR5E8Fp4yPOyE1pZLDH/LdQVXnROsfburQJeq+GIYIbZ01Abzh5ClpgLg5KX0H627uj063zZ7Ljo/w=" notifications: email: diff --git a/tests/cargotest/lib.rs b/tests/cargotest/lib.rs index cc5b17cf0..affb78637 100644 --- a/tests/cargotest/lib.rs +++ b/tests/cargotest/lib.rs @@ -15,9 +15,6 @@ extern crate url; #[cfg(windows)] extern crate kernel32; #[cfg(windows)] extern crate winapi; -#[macro_use] -extern crate log; - use cargo::util::Rustc; use std::ffi::OsStr; use std::time::Duration;