1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
language: rust sudo: false cache: cargo rust: - 1.12.0 - stable - nightly os: - linux - osx env: - ARCH=x86_64 - ARCH=i686 notifications: email: false