Rocket/.travis.yml

11 lines
228 B
YAML
Raw Normal View History

2016-03-18 03:18:16 +00:00
language: rust
sudo: required # so we get a VM with higher specs
dist: trusty # so we get a VM with higher specs
cache: cargo
env:
- TEST_FLAGS=
- TEST_FLAGS=--release
2016-03-18 03:18:16 +00:00
rust:
- nightly
script: ./scripts/test.sh $TEST_FLAGS