Skip to content

Commit 216bbd7

Browse files
committed
Update .travis.yml
1 parent 2939c65 commit 216bbd7

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.travis.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ services:
88
- docker
99

1010
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
11+
global:
12+
- DOCKER_COMPOSE_VERSION: 1.5.2
13+
matrix:
14+
- TEST_TARGET=default # Default unit test
15+
- TEST_TARGET=cli # Test for TimeSide command line interfaces
16+
- TEST_TARGET=doc # Test documentation and included doctest
17+
- TEST_TARGET=server # Test timeside.server
1818

1919
before_install:
2020
- docker-compose --version

0 commit comments

Comments
 (0)