Skip to content

Commit 6298a67

Browse files
committed
Add docs.rs tests in travis
1 parent 93f6ffc commit 6298a67

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ matrix:
2020
name: WebAssembly
2121
install: rustup target add wasm32-unknown-unknown
2222
script: cargo test --target wasm32-unknown-unknown --no-run
23+
- rust: nightly-2019-12-19
24+
name: docs.rs
25+
script: RUSTDOCFLAGS='--cfg procmacro2_semver_exempt' RUSTFLAGS='--cfg procmacro2_semver_exempt' doc --target x86_64-unknown-linux-gnu
2326

2427
before_script:
2528
- set -o errexit

0 commit comments

Comments
 (0)