Skip to content

Commit

Permalink
Allow proc_macro_span feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Nemo157 committed Apr 27, 2019
1 parent 7a8141b commit 5052c98
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ matrix:
- name: cargo +stable build --no-default-features
rust: nightly
env:
- RUSTFLAGS="-Z allow-features="
- RUSTFLAGS="-Z allow-features=proc_macro_span"
script:
- cargo run --manifest-path ci/remove-dev-dependencies/Cargo.toml */Cargo.toml
- cargo build --manifest-path futures/Cargo.toml --no-default-features
Expand All @@ -60,7 +60,7 @@ matrix:
- name: cargo +stable build (alloc)
rust: nightly
env:
- RUSTFLAGS="-Z allow-features="
- RUSTFLAGS="-Z allow-features=proc_macro_span"
script:
- cargo run --manifest-path ci/remove-dev-dependencies/Cargo.toml */Cargo.toml
- cargo build --manifest-path futures/Cargo.toml --no-default-features --features alloc
Expand All @@ -71,15 +71,15 @@ matrix:
- name: cargo +stable build (default features)
rust: nightly
env:
- RUSTFLAGS="-Z allow-features="
- RUSTFLAGS="-Z allow-features=proc_macro_span"
script:
- cargo run --manifest-path ci/remove-dev-dependencies/Cargo.toml */Cargo.toml
- cargo build --all

- name: cargo +stable build (compat feature)
rust: nightly
env:
- RUSTFLAGS="-Z allow-features="
- RUSTFLAGS="-Z allow-features=proc_macro_span"
script:
- cargo run --manifest-path ci/remove-dev-dependencies/Cargo.toml */Cargo.toml
- cargo build --manifest-path futures/Cargo.toml --features io-compat
Expand Down

0 comments on commit 5052c98

Please sign in to comment.