File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change
1
+ env :
2
+ global :
3
+ - secure : qLvBJoJOJcPPZ+e31175O6sMUGBHgHe/kBuI0FCPeifYmpFyeRAkEvGddEkf8t3rojV+wE14CNYzzGsT/W/+JY7xW0C1FQKW3r+8SZ1Cave/8ahee0aCQVXGf0XY8c52uG6MrLGiUlNZbOsyFSdFUc/Io+kYZas4DxrinRSOIEA=
1
4
install :
2
5
- curl -O http://static.rust-lang.org/dist/rust-nightly-x86_64-unknown-linux-gnu.tar.gz
3
6
- tar xfz rust-nightly-x86_64-unknown-linux-gnu.tar.gz
@@ -7,3 +10,5 @@ before_script:
7
10
- ./configure
8
11
script :
9
12
- make all check doc
13
+ after_script :
14
+ - curl http://www.rust-ci.org/artifacts/put?t=$RUSTCI_TOKEN | sh
Original file line number Diff line number Diff line change 2
2
#![ crate_id="github.com/sfackler/rust-openssl#openssl:0.0" ]
3
3
#![ crate_type="rlib" ]
4
4
#![ 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" ) ]
6
6
7
7
extern crate libc;
8
8
#[ cfg( test) ]
You can’t perform that action at this time.
0 commit comments