Skip to content

Commit 43de981

Browse files
committed
Update travis configuration
1 parent fb783e3 commit 43de981

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,15 @@ matrix:
1212
script:
1313
- cargo test
1414
- cargo build --features unstable
15-
- cargo doc --no-deps
15+
- RUSTFLAGS='procmacro2_unstable' cargo test
16+
- RUSTFLAGS='procmacro2_unstable' cargo build --features unstable
17+
- RUSTFLAGS='procmacro2_unstable' cargo doc --no-deps
1618
after_success:
1719
- travis-cargo --only nightly doc-upload
1820

1921
script:
2022
- cargo test
23+
- RUSTFLAGS='procmacro2_unstable' cargo test
2124
env:
2225
global:
2326
- TRAVIS_CARGO_NIGHTLY_FEATURE=""

0 commit comments

Comments
 (0)