aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 977b06eeeac6a3f208a323a684af409f15210fe7 (plain)
1
2
3
4
5
6
7
8
9
# Copied from Rocket's .travis.yml
language: rust
sudo: required # so we get a VM with higher specs
dist: trusty # so we get a VM with higher specs
cache: cargo
rust:
- nightly
script:
- cargo build --verbose --all-features