mirror of
https://github.com/rwf2/Rocket.git
synced 2025-01-29 12:52:05 +00:00
Add Travis 'env' to run tests with '--release'.
This commit is contained in:
parent
68b49f5d74
commit
267e04883b
@ -2,6 +2,9 @@ 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
|
||||
rust:
|
||||
- nightly
|
||||
script: ./scripts/test.sh
|
||||
script: ./scripts/test.sh $TEST_FLAGS
|
||||
|
Loading…
Reference in New Issue
Block a user