LeopoldArkham / Molten

[WIP] Molten - Style-preserving TOML parser.
Apache License 2.0
40 stars 8 forks source link

Add support for Travis-CI builds. (Fixes #17) #25

Closed markcol closed 6 years ago

markcol commented 6 years ago

Add Travis-CI build script in .travis.yaml. The script only builds using the nightly Rust compiler, since the source requires features only available in nightly. The README.md has a link to the CI build status badge.

NOTE: LeopoldArkham will need to create a Travis CI account and enable the Github integration for the CI functions to work properly. See the Getting Started page for details: https://travis-ci.com/getting_started.

Add additional meta-data to Cargo.toml, and corrected the reference to Serde in the license section of the README.md