blob: 5179ee4e10bbd3d5d04a7e1f6ea25ef41e30f63c (
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-12-05
script:
- cargo test --no-default-features
|