Skip to content
This repository was archived by the owner on Jun 18, 2021. It is now read-only.

Commit 2a94673

Browse files
committed
Check cargo doc in CI
1 parent efe44f6 commit 2a94673

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ os:
55
- osx
66
- windows
77

8+
jobs:
9+
include:
10+
- os: linux
11+
rust: nightly
12+
script: cargo doc --lib --no-deps
13+
allow-failures:
14+
- os: linux
15+
rust: nightly
16+
817
branches:
918
except:
1019
- staging.tmp

0 commit comments

Comments
 (0)