Loading .travis.yml +5 −0 Original line number Diff line number Diff line env: global: - secure: qLvBJoJOJcPPZ+e31175O6sMUGBHgHe/kBuI0FCPeifYmpFyeRAkEvGddEkf8t3rojV+wE14CNYzzGsT/W/+JY7xW0C1FQKW3r+8SZ1Cave/8ahee0aCQVXGf0XY8c52uG6MrLGiUlNZbOsyFSdFUc/Io+kYZas4DxrinRSOIEA= install: - curl -O http://static.rust-lang.org/dist/rust-nightly-x86_64-unknown-linux-gnu.tar.gz - tar xfz rust-nightly-x86_64-unknown-linux-gnu.tar.gz Loading @@ -7,3 +10,5 @@ before_script: - ./configure script: - make all check doc after_script: - curl http://www.rust-ci.org/artifacts/put?t=$RUSTCI_TOKEN | sh lib.rs +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ #![crate_id="github.com/sfackler/rust-openssl#openssl:0.0"] #![crate_type="rlib"] #![crate_type="dylib"] #![doc(html_root_url="http://sfackler.github.io/rust-openssl/doc")] #![doc(html_root_url="http://www.rust-ci.org/sfackler/rust-openssl/doc")] extern crate libc; #[cfg(test)] Loading Loading
.travis.yml +5 −0 Original line number Diff line number Diff line env: global: - secure: qLvBJoJOJcPPZ+e31175O6sMUGBHgHe/kBuI0FCPeifYmpFyeRAkEvGddEkf8t3rojV+wE14CNYzzGsT/W/+JY7xW0C1FQKW3r+8SZ1Cave/8ahee0aCQVXGf0XY8c52uG6MrLGiUlNZbOsyFSdFUc/Io+kYZas4DxrinRSOIEA= install: - curl -O http://static.rust-lang.org/dist/rust-nightly-x86_64-unknown-linux-gnu.tar.gz - tar xfz rust-nightly-x86_64-unknown-linux-gnu.tar.gz Loading @@ -7,3 +10,5 @@ before_script: - ./configure script: - make all check doc after_script: - curl http://www.rust-ci.org/artifacts/put?t=$RUSTCI_TOKEN | sh
lib.rs +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ #![crate_id="github.com/sfackler/rust-openssl#openssl:0.0"] #![crate_type="rlib"] #![crate_type="dylib"] #![doc(html_root_url="http://sfackler.github.io/rust-openssl/doc")] #![doc(html_root_url="http://www.rust-ci.org/sfackler/rust-openssl/doc")] extern crate libc; #[cfg(test)] Loading