From 763791af4908ee155ccf7e46cbb5fd9270f2e9c8 Mon Sep 17 00:00:00 2001 From: Justin Latimer Date: Thu, 26 May 2016 21:40:15 +0000 Subject: [PATCH] Fix deployment of docs from travis. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6292b9f113..4f196698c3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -90,6 +90,6 @@ deploy: acl: public_read on: condition: "\"$TRAVIS_RUST_VERSION/$ARCH\" == \"1.1.0/x86_64\"" - repo: carllerche/nix-rust + repo: nix-rust/nix branch: - master