Update travis config
This commit is contained in:
parent
d2cf48f597
commit
0253e6c240
16
.travis.yml
16
.travis.yml
|
@ -1,6 +1,5 @@
|
|||
language: rust
|
||||
rust: nightly
|
||||
sudo: false
|
||||
services: docker
|
||||
|
||||
matrix:
|
||||
|
@ -28,7 +27,7 @@ matrix:
|
|||
- name: "i686-unknown-linux-gnu (stable)"
|
||||
env: TARGET=i686-unknown-linux-gnu
|
||||
addons: *gcc_multilib
|
||||
rust: stable
|
||||
rust: stable
|
||||
- name: "i686-unknown-linux-musl"
|
||||
env: TARGET=i686-unknown-linux-musl NOBGT=1 NO_JEMALLOC_TESTS=1
|
||||
- name: "mips-unknown-linux-gnu"
|
||||
|
@ -116,11 +115,15 @@ matrix:
|
|||
rust: stable
|
||||
install: rustup component add llvm-tools-preview
|
||||
|
||||
# TOOLING
|
||||
# TOOLING
|
||||
- name: "Documentation"
|
||||
install: pip install 'travis-cargo<0.2' --user && export PATH=$HOME/.local/bin:$PATH
|
||||
script: RUSTDOCFLAGS="--cfg jemallocator_docs" cargo doc
|
||||
after_success: travis-cargo --only nightly doc-upload
|
||||
deploy:
|
||||
provider: script
|
||||
script: curl -LsSf https://git.io/fhJ8n | rustc - && (cd target/doc && ../../rust_out)
|
||||
skip_cleanup: true
|
||||
on:
|
||||
branch: master
|
||||
- name: "rustfmt"
|
||||
install: true
|
||||
rust: nightly
|
||||
|
@ -140,9 +143,6 @@ matrix:
|
|||
|
||||
install: rustup target add ${TARGET}
|
||||
script: sh ci/run.sh
|
||||
env:
|
||||
global:
|
||||
- secure: "2Z1z4ir++XEQb9eegYTMolsNfTo1aATric2k4KfvRgnG1nAvvccf1Jg0828PVeqqD6w5f+X52AVT4bTDXbSL5L+/cTiBuVmY3943nyNOgHxFBTbVlnLtGnh18bb7AQAhyH1L9KjiLptMtFUfIg3TQ9r0QS+cBEJMFiE8BuuQMq/uPZYF3QMuV8W+9AwnqZPgdZV4q7LRnx2gHyVKifRfa4v0TxJA+fY5euON8CKemw12yVTZyNS5WUq6GLvQa5KsSYOSAIYizxz8Mze8plQytc6VhF3OuFyJ72u5LAx+szyxIu8zNAkyNeUqI1/V1gnlhWbZfov6KV56qoV9U8+xKp1J/nCXdabHEO/saOgWk4XgSSc7JNsT1PMPKT18r7JwNha0DS2onWBbegYMV0YXyH/WVAM+oXvhZAj7WPz5bHRbgkatGmBZD2jOjRQxzSugJsZzsmrKbWm8lIoyJGdNxTn5CisYElZvP1CV1OFaQBkaLfmnlpbJ0NQXpQdnpgXuLvI7sXptyn0Bjt41JQclB2BU98SrEiR0hPlkh8m4fH/QpQ8WdXEtvKXTX8UtG5RPW0UvTZVZtrU4Weyu2Hctj2D/hkXywtBXp7mUhB21fBGiaEc+vh6Q2OrZPrwoAj3YWfLlNBjFmfKmUwXXLno4FLLUujFmmypgs4Qit5HtzwQ="
|
||||
notifications:
|
||||
email:
|
||||
on_success: never
|
||||
|
|
|
@ -91,8 +91,8 @@ Unless you explicitly state otherwise, any contribution intentionally submitted
|
|||
for inclusion in `jemallocator` by you, as defined in the Apache-2.0 license,
|
||||
shall be dual licensed as above, without any additional terms or conditions.
|
||||
|
||||
[travis]: https://travis-ci.org/alexcrichton/jemallocator
|
||||
[Travis-CI Status]: https://travis-ci.org/alexcrichton/jemallocator.svg?branch=master
|
||||
[travis]: https://travis-ci.com/alexcrichton/jemallocator
|
||||
[Travis-CI Status]: https://travis-ci.com/alexcrichton/jemallocator.svg?branch=master
|
||||
[appveyor]: https://ci.appveyor.com/project/alexcrichton/jemallocator/branch/master
|
||||
[Appveyor Status]: https://ci.appveyor.com/api/projects/status/github/alexcrichton/jemallocator?branch=master&svg=true
|
||||
[Latest Version]: https://img.shields.io/crates/v/jemallocator.svg
|
||||
|
|
Loading…
Reference in New Issue