1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
language: rust sudo: false cache: cargo os: - linux - osx rust: # Whole bunch of stuff needs nightly for now - nightly-2016-07-11 script: - cargo test