Skip to content

Commit c10eabe

Browse files
committed
Auto merge of #374 - justinlatimer:docs, r=fiveop
Fix deployment of docs from travis. The problem in the repo line in the travis config, I guess it hasn't been updated since ownership was transferred. See: https://travis-ci.org/nix-rust/nix/jobs/131751025#L614 Should resolve #320 Thanks!
2 parents 2a766ab + 763791a commit c10eabe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,6 @@ deploy:
9090
acl: public_read
9191
on:
9292
condition: "\"$TRAVIS_RUST_VERSION/$ARCH\" == \"1.1.0/x86_64\""
93-
repo: carllerche/nix-rust
93+
repo: nix-rust/nix
9494
branch:
9595
- master

0 commit comments

Comments
 (0)