summaryrefslogtreecommitdiff
path: root/.travis.yml
AgeCommit message (Collapse)Author
2019-11-05Add circleci configAlex Orlenko
2018-10-13fix broken .travis.ymlkyren
2018-10-13add rustfmt checks to travis (stable channel)kyren
2018-09-02better cargo test flags for traviskyren
2018-02-10fix duplicated matrix entry for .travis.ymlkyren
2018-02-10Attempt to enable compiletest_rs on nightly on traviskyren
2017-08-02Deny warnings on TravisJonas Schievink
Always treating warnings as errors makes development annoying ("ugh I don't want to fix this right now"), but ignoring them quickly leaves them unfixed and shines a bad light on the project when other people want build it ("hmm, this crate's a little to... yellow for my taste"). I've found that this is pretty much a perfect middle ground (even though rlua doesn't require CI to pass before merging PRs).
2017-05-22Add travis-ci scriptkyren