We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2939c65 commit 216bbd7Copy full SHA for 216bbd7
1 file changed
.travis.yml
@@ -8,13 +8,13 @@ services:
8
- docker
9
10
env:
11
- - TEST_TARGET=default # Default unit test
12
- - TEST_TARGET=cli # Test for TimeSide command line interfaces
13
- - TEST_TARGET=doc # Test documentation and included doctest
14
- - TEST_TARGET=server # Test timeside.server
15
-
16
-env:
17
- DOCKER_COMPOSE_VERSION: 1.5.2
+ global:
+ - DOCKER_COMPOSE_VERSION: 1.5.2
+ matrix:
+ - TEST_TARGET=default # Default unit test
+ - TEST_TARGET=cli # Test for TimeSide command line interfaces
+ - TEST_TARGET=doc # Test documentation and included doctest
+ - TEST_TARGET=server # Test timeside.server
18
19
before_install:
20
- docker-compose --version
0 commit comments