blob: aca1502a9ea608cef719bd8bf158761ba301ab2c (
plain)
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-11-06
script:
- cargo test --no-default-features
|