summaryrefslogtreecommitdiffstats
path: root/.travis.yml
AgeCommit message (Collapse)Author
2017-01-18Use latest nightly on travisJoe Wilm
Pinning should no longer be necessary.
2016-12-11Update nightly pin on travisJoe Wilm
2016-11-19Add a number of simple ref-testsJoe Wilm
Also adds a feature `err-println` for enabling `err_println!` printing.
2016-08-14Pin nightly compiler on travisJoe Wilm
This will prevent builds from being constantly broken... arbitrary nightlies are not yet supported.
2016-06-14Cache cargo dependencies on travisJoe Wilm
This should improve build times.
2016-06-14Add macOS to CI matrixJoe Wilm
2016-02-21Add test font for travisJoe Wilm
2016-02-21Add function for listing font names on linuxJoe Wilm
This function isn't exactly useful, but it's working ffi with the fontconfig library. Woo! Next step will be returning some objects with more information (like font path so we can start rendering glyphs!).