Split unit tests from functional (#2391)

Functional tests can sometimes be picky. Moving them to their own
matrix item so they're smaller and faster to re-run if needed.

Signed-off-by: Adam Leff <adam@leff.co>
This commit is contained in:
Adam Leff 2017-12-12 11:28:46 -05:00 committed by Dominik Richter
parent 7c7fab9fb0
commit 9ca69787d5

View file

@ -15,9 +15,10 @@ before_install:
matrix:
include:
- rvm: 2.3.5
- rvm: 2.4.2
- rvm: 2.4.2
script: bundle exec rake $SUITE
env: SUITE="lint test test:functional"
env: SUITE="test:functional"
- rvm: 2.4.2
bundler_args: "--without guard tools"
script: bundle exec rake $SUITE