Skip to content

Commit fde87d8

Browse files
committed
Test chrono support
1 parent 0d63eeb commit fde87d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ before_script:
88
- "./.travis/setup.sh"
99
script:
1010
- cargo test
11-
- cargo test --features "uuid rustc-serialize time unix_socket serde"
11+
- cargo test --features "uuid rustc-serialize time unix_socket serde chrono"
1212
- cargo doc --no-deps --features "unix_socket"
1313
after_success:
1414
- test $TRAVIS_PULL_REQUEST == "false" && test $TRAVIS_BRANCH == "master" && test $TRAVIS_RUST_VERSION == "nightly" && ./.travis/update_docs.sh

0 commit comments

Comments
 (0)