We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 40fd374 + 397a9f5 commit 742579eCopy full SHA for 742579e
.travis.yml
@@ -5,6 +5,13 @@ sudo: false
5
6
language: generic
7
8
+services:
9
+ - docker
10
+addons:
11
+ apt:
12
+ packages:
13
+ - docker-ce
14
+
15
before_install:
16
- source functions.sh && images_updated $TRAVIS_COMMIT_RANGE || tests_updated $TRAVIS_COMMIT_RANGE || travis_terminate
17
travis.yml.template
@@ -3,6 +3,13 @@ sudo: false
3
4
0 commit comments