TRAVIS: run debian and alpine tests in parallel
This commit is contained in:
parent
31a0a844e3
commit
8d017504c0
1 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
|||
dist: trusty
|
||||
sudo: required
|
||||
services:
|
||||
- docker
|
||||
|
@ -18,5 +19,10 @@ before_install:
|
|||
- sudo apt-get install -qq bats
|
||||
- make update-dependencies
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- env: TEST_ID=test-debian
|
||||
- env: TEST_ID=test-alpine
|
||||
|
||||
script:
|
||||
- make test
|
||||
- make $TEST_ID
|
||||
|
|
Loading…
Reference in a new issue