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 0d63eeb commit fde87d8Copy full SHA for fde87d8
.travis.yml
@@ -8,7 +8,7 @@ before_script:
8
- "./.travis/setup.sh"
9
script:
10
- cargo test
11
-- cargo test --features "uuid rustc-serialize time unix_socket serde"
+- cargo test --features "uuid rustc-serialize time unix_socket serde chrono"
12
- cargo doc --no-deps --features "unix_socket"
13
after_success:
14
- test $TRAVIS_PULL_REQUEST == "false" && test $TRAVIS_BRANCH == "master" && test $TRAVIS_RUST_VERSION == "nightly" && ./.travis/update_docs.sh
0 commit comments