1 2 3 4 5 6 7 8 9 10 11 12 13 14
language: rust sudo: false os: - linux - osx rust: # There's currently a cargo bug on stable which prevents libfontconfig_sys # from building properly. I certainly wish I wrote down what that was. - nightly script: - cargo test