1
0
mirror of https://github.com/rwf2/Rocket.git synced 2025-02-18 06:32:03 +00:00
Rocket/.travis.yml
2018-11-08 23:38:18 -08:00

13 lines
275 B
YAML

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
- TEST_FLAGS=--contrib
- TEST_FLAGS=--core
rust:
- nightly
script: ./scripts/test.sh $TEST_FLAGS