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

Commit 14edf40

Browse files
committed
Check cargo doc in CI
1 parent efe44f6 commit 14edf40

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ os:
55
- osx
66
- windows
77

8+
jobs:
9+
include:
10+
- os: linux
11+
rust: nightly
12+
script: cargo doc --lib --no-deps
13+
814
branches:
915
except:
1016
- staging.tmp

0 commit comments

Comments
 (0)