diff --git a/.travis.yml b/.travis.yml index 98cf7d6b..aef50ad6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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