Skip to content

Commit b3d9e98

Browse files
committed
Switch docs back over to rust-ci (again)
1 parent 8c40c2e commit b3d9e98

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
env:
2+
global:
3+
- secure: qLvBJoJOJcPPZ+e31175O6sMUGBHgHe/kBuI0FCPeifYmpFyeRAkEvGddEkf8t3rojV+wE14CNYzzGsT/W/+JY7xW0C1FQKW3r+8SZ1Cave/8ahee0aCQVXGf0XY8c52uG6MrLGiUlNZbOsyFSdFUc/Io+kYZas4DxrinRSOIEA=
14
install:
25
- curl -O http://static.rust-lang.org/dist/rust-nightly-x86_64-unknown-linux-gnu.tar.gz
36
- tar xfz rust-nightly-x86_64-unknown-linux-gnu.tar.gz
@@ -7,3 +10,5 @@ before_script:
710
- ./configure
811
script:
912
- make all check doc
13+
after_script:
14+
- curl http://www.rust-ci.org/artifacts/put?t=$RUSTCI_TOKEN | sh

lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#![crate_id="github.com/sfackler/rust-openssl#openssl:0.0"]
33
#![crate_type="rlib"]
44
#![crate_type="dylib"]
5-
#![doc(html_root_url="http://sfackler.github.io/rust-openssl/doc")]
5+
#![doc(html_root_url="http://www.rust-ci.org/sfackler/rust-openssl/doc")]
66

77
extern crate libc;
88
#[cfg(test)]

0 commit comments

Comments
 (0)