1
0
mirror of https://github.com/thib8956/nginx-proxy synced 2024-11-24 12:56:30 +00:00

TRAVIS: run debian and alpine tests in parallel

This commit is contained in:
Thomas LEVEIL 2017-01-07 20:57:19 +01:00
parent 31a0a844e3
commit 8d017504c0

View File

@ -1,3 +1,4 @@
dist: trusty
sudo: required sudo: required
services: services:
- docker - docker
@ -18,5 +19,10 @@ before_install:
- sudo apt-get install -qq bats - sudo apt-get install -qq bats
- make update-dependencies - make update-dependencies
matrix:
include:
- env: TEST_ID=test-debian
- env: TEST_ID=test-alpine
script: script:
- make test - make $TEST_ID