Skip to content

Commit 8f76629

Browse files
Pogrebnyak, SergeiPogrebnyak, Sergei
authored andcommitted
Placeholder
1 parent 3a1128f commit 8f76629

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ env:
1212
matrix:
1313
- CC_TEMPLATE=sag-um-server
1414
- CC_TEMPLATE=sag-msc-server
15+
- TAG=10.2
16+
- TAG=10.1
1517

1618
before_install:
1719
- docker login -u "$DOCKER_USERNAME" -p "$DOCKER_PASSWORD"
@@ -20,7 +22,7 @@ before_install:
2022
# - docker-compose logs
2123

2224
script:
23-
- cd templates/$CC_TEMPLATE && ls
25+
- cd templates/$CC_TEMPLATE && echo "Testing `pwd` with release $TAG"
2426
# - docker-compose run --rm provision
2527
# - docker-compose logs
2628

0 commit comments

Comments
 (0)