16 Commits

Author SHA1 Message Date
Brandon W Maister
a09f9ba2a8 Test against serde with no features in both std and no-std 2019-09-20 10:50:28 -04:00
Brandon W Maister
5b72ef3ed6 Make travis.sh and Makefile "nicer"
Slightly easier to reason about the code via some code movement, printing some
banners to make it more obvious when cargo is being run since it is run so many
times.
2019-09-15 20:44:37 -04:00
Brandon W Maister
e8c708d81b Make CI able to run non-cargo commands in channel 2019-09-13 15:50:20 -04:00
Brandon W Maister
4027bbb66d Rename serde-1 back to serde 2019-09-13 14:49:41 -04:00
Christopher Serr
e62a054cd9 Introduce an alloc feature 2019-09-09 13:51:10 +02:00
Christopher Serr
5ccec02e54 Use std in all other tests on CI 2019-09-07 12:24:11 +02:00
Christopher Serr
9dc91f78ed Implement Support for no_std
This adds a new `std` feature to chrono that is enabled by default. By
deactivating this feature via `default-features = false` you can now use
chrono in applications that don't use the standard library. The `serde`
feature is supported as well.

Resolves #336
2019-09-07 12:12:49 +02:00
Brandon W Maister
4617e2e5ba Make the wasm-pack tests actually run 2019-09-03 22:30:39 -04:00
Brandon W Maister
2839d8d7db Put wasm-bindgen and js-sys behind a wasm-bindgen feature gate
Fixes #334
2019-09-03 09:05:15 -04:00
eV
f52a29398c one more guard 2019-08-16 21:10:55 +00:00
eV
bd22644b05 only use nvm on mac 2019-08-16 20:04:45 +00:00
eV
93e4f29ee4 see if it was just the particular tz 2019-08-16 19:24:48 +00:00
eV
a7645f3e73 try to use nvm to use node 10 2019-08-16 18:23:28 +00:00
eV
c284d7364b add conditionals so wasm tests build / run in the right places 2019-08-16 17:11:30 +00:00
eV
5d38faeb40 fix local timezone, add tests 2019-08-16 09:35:56 +00:00
Brandon W Maister
2e563bc652 Make README.md match lib.rs mod documentation
And fail CI in the future if `make readme` isn't run when it is needed.

CC conversation in #185, where the README didn't get updated for a year after
lib.rs was improved.
2018-08-25 16:24:07 -04:00