summaryrefslogtreecommitdiffstats
path: root/.travis.yml
AgeCommit message (Collapse)Author
2019-08-25Build & test all featuresPierre-Henri Symoneaux
2019-08-25Removed unsupported rust versionsPierre-Henri Symoneaux
2019-08-25Updated to rust 2018Pierre-Henri Symoneaux
2019-01-09Fix macros for selective import via `use`Andreas Rottmann
Allow the import of any macro with `use` while not requiring the user to import macros that are invoked by the imported macro. This feature was add with Rust 1.30, so adjust the travis build and README accordingly. This fixes issue #99.
2018-10-31Updated rust verison in CIPierre-Henri Symoneaux
2018-09-18Implemented horizontal spanPierre-Henri Symoneaux
Updated rust compatibility Fixed UT Added span support from macro Example + updated README Small update to README
2018-09-18Fix code coverage in travis scriptPierre-Henri Symoneaux
2018-09-16Added rust 1.28.0 to the list of version to use in travis scriptPierre-Henri Symoneaux
2018-08-09Removed rust 1.18 and 1.19 from supported and tested listPierre-Henri Symoneaux
2018-04-17stop supporting rustc < 1.18.0Hendrik Sollich
2018-04-10Preparing v0.7.0 releasePierre-Henri Symoneaux
2018-02-19Derive hash on public typesPierre-Henri Symoneaux
2018-01-18Fixed code coverage reportingPierre-Henri Symoneaux
2018-01-18Added rust 1.22.1 to build matrixPierre-Henri Symoneaux
2017-12-03Added latest rust releases to travis build matrixPierre-Henri Symoneaux
2017-10-05Updated rust compler version in travis scriptPierre-Henri Symoneaux
2017-06-09Added rustc 1.17.0 in travis build matrixPierre-Henri Symoneaux
2017-06-07Removed unsupported rust versions from CIPierre-Henri Symoneaux
Updated readme compatibility note
2017-06-05Updated kcov command. Stop uploads to coverallsPierre-Henri Symoneaux
2017-06-05Try codecov in place of coverallsPierre-Henri Symoneaux
2017-06-05Fix code coverage accuracy with `-C link-dead-code` flagPierre-Henri Symoneaux
2017-06-05Rely on doc.rs for documentation hosting (except master)Pierre-Henri Symoneaux
Closes #20
2017-05-14Fix coverage & run travis against all previous compatible rust versions (#49)Pierre-Henri Symoneaux
* Trying to fix code coverage * Added --verify to kcov args * Added libbfd-dev dependency before running kcov * Added /usr/lib to excluded patterns in kcov arguments * Trying build with an older version of rust * Trying with all rust releases Closes #48
2016-10-02Added some cleanup in travis scriptPierre-Henri Symoneaux
Cleanup root dir so thaht publishing from tag can work again
2016-09-17cfg-out `csv` featureAlexander Bulaev
It pulls `rustc-serialize` which is not always desirable
2016-09-11Windows specific newlines is now a default featurePierre-Henri Symoneaux
The feature is named `win_crlf` Fixes #33
2016-01-20Merge branch 'master' into ascription_fixpierresy
Conflicts: .travis.yml src/row.rs
2016-01-20Added a global secured env variable to travis filepierresy
2016-01-20Travis : Don't allow failures on nightly rustpierresy
2016-01-13Fixed travis.yml indentation #15pierresy
2016-01-13Added automatic documentation generation and upload #15pierresy
2015-12-23Allowing build failures on nighlty rustpierresy
in travis-ci job (temporarily or not)
2015-11-19Added some unittests on style stringpierresy
2015-11-19Added lib source to kcov include patternpierresy
2015-11-19Added kcov coverage into travis scriptpierresy
2015-07-28Now testing on the 3 rust channelspierresy
2015-05-28Added doc comments, readme file and travis config filepierresy