mirror of
https://gitee.com/openharmony/third_party_rust_proc-macro2
synced 2024-11-27 09:31:44 +00:00
Update travis configuration
This commit is contained in:
parent
fb783e32f0
commit
3aa5bdf4c6
@ -12,12 +12,15 @@ matrix:
|
||||
script:
|
||||
- cargo test
|
||||
- cargo build --features unstable
|
||||
- cargo doc --no-deps
|
||||
- RUSTFLAGS='--cfg procmacro2_unstable' cargo test
|
||||
- RUSTFLAGS='--cfg procmacro2_unstable' cargo build --features unstable
|
||||
- RUSTFLAGS='--cfg procmacro2_unstable' cargo doc --no-deps
|
||||
after_success:
|
||||
- travis-cargo --only nightly doc-upload
|
||||
|
||||
script:
|
||||
- cargo test
|
||||
- RUSTFLAGS='--cfg procmacro2_unstable' cargo test
|
||||
env:
|
||||
global:
|
||||
- TRAVIS_CARGO_NIGHTLY_FEATURE=""
|
||||
|
Loading…
Reference in New Issue
Block a user