forked from mirror/async-std
Correct boolean inversion and overrided env vars
This commit is contained in:
parent
b39c720681
commit
192c9683d9
1 changed files with 8 additions and 10 deletions
|
@ -1,20 +1,18 @@
|
||||||
language: rust
|
language: rust
|
||||||
|
|
||||||
env:
|
|
||||||
- RUSTFLAGS="-D warnings"
|
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
include:
|
include:
|
||||||
- rust: nightly
|
- rust: nightly
|
||||||
os: linux
|
os: linux
|
||||||
env: BUILD_DOCS=1 BUILD_BOOK=1
|
env: RUSTFLAGS="-D warnings" BUILD_DOCS=1 BUILD_BOOK=1
|
||||||
- rust: nightly
|
- rust: nightly
|
||||||
os: osx
|
os: osx
|
||||||
osx_image: xcode9.2
|
osx_image: xcode9.2
|
||||||
env: BUILD_DOCS=1
|
env: RUSTFLAGS="-D warnings" BUILD_DOCS=1
|
||||||
- rust: nightly-x86_64-pc-windows-msvc
|
- rust: nightly-x86_64-pc-windows-msvc
|
||||||
os: windows
|
os: windows
|
||||||
|
env: RUSTFLAGS="-D warnings"
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- rustup component add rustfmt
|
- rustup component add rustfmt
|
||||||
|
|
Loading…
Reference in a new issue