Skip to content

Commit 8584765

Browse files
authored
Update .travis.yml
1 parent 75309ff commit 8584765

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ env:
2727
- repo="main" DOCKER_HOST="unix:///var/run/docker.sock" DOCKER_VERSION="1.11.2-0~trusty" CODECOV=true
2828
- repo="main" DOCKER_HOST="tcp://127.0.0.1:2375" DOCKER_VERSION="1.10.3-0~trusty" CODECOV=true
2929
- repo="main" DOCKER_HOST="unix:///var/run/docker.sock" DOCKER_VERSION="1.10.3-0~trusty" CODECOV=true
30-
# - repo="testing" DOCKER_HOST="tcp://127.0.0.1:2375"
30+
- repo="testing" DOCKER_HOST="tcp://127.0.0.1:2375" CODECOV=true
3131
# - repo="testing" DOCKER_HOST="unix:///var/run/docker.sock"
32-
# - repo="experimental" DOCKER_HOST="tcp://127.0.0.1:2375"
33-
# - repo="experimental" DOCKER_HOST="unix:///var/run/docker.sock"
32+
- repo="experimental" DOCKER_HOST="tcp://127.0.0.1:2375" CODECOV=true
33+
# - repo="experimental" DOCKER_HOST="unix:///var/run/docker.sock" CODECOV=true
3434

3535
cache:
3636
directories:

0 commit comments

Comments
 (0)