We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90810f2 commit 4a0067aCopy full SHA for 4a0067a
.travis.yml
@@ -6,7 +6,7 @@ before_script:
6
script:
7
- cargo test
8
- cargo test --features "uuid rustc-serialize time unix_socket serde"
9
-- cargo doc --no-deps --features "uuid rustc-serialize time unix_socket serde"
+- cargo doc --no-deps --features "unix_socket"
10
after_success:
11
- test $TRAVIS_PULL_REQUEST == "false" && test $TRAVIS_BRANCH == "master" && ./.travis/update_docs.sh
12
env:
0 commit comments