From 2a7dc1deb825f9f1db6de8b50656ef420ff41a44 Mon Sep 17 00:00:00 2001 From: Joe Wilm Date: Sun, 21 Feb 2016 15:20:03 -0800 Subject: Add function for listing font names on linux 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!). --- .travis.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .travis.yml (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..e0aa2236 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,10 @@ +language: rust +sudo: false + +rust: + # There's currently a cargo bug on stable which prevents libfontconfig_sys + # from building properly. + - nightly + +script: + - cargo test -- cgit v1.2.3