We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f9e2bf commit 2f50240Copy full SHA for 2f50240
1 file changed
.travis.yml
@@ -23,6 +23,7 @@ env:
23
matrix:
24
- repo="main" DOCKER_HOST="tcp://127.0.0.1:2375" DOCKER_VERSION="1.11.2-0~trusty" DEPLOY=true COVERITY=true CODECOV=true
25
- repo="main" DOCKER_HOST="unix:///var/run/docker.sock" DOCKER_VERSION="1.11.2-0~trusty"
26
+ - repo="main" DOCKER_HOST="tcp://127.0.0.1:2375" DOCKER_VERSION="1.10.3-0~trusty"
27
- repo="main" DOCKER_HOST="unix:///var/run/docker.sock" DOCKER_VERSION="1.10.3-0~trusty"
28
# - repo="testing" DOCKER_HOST="tcp://127.0.0.1:2375"
29
# - repo="testing" DOCKER_HOST="unix:///var/run/docker.sock"
0 commit comments