We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79e055f commit 1904472Copy full SHA for 1904472
.travis.yml
@@ -1,12 +1,8 @@
1
dist: jammy
2
language: python
3
python: 3.9
4
-before_install:
5
- - sudo rm -rf /var/lib/apt/lists/*
6
- - curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
7
- - sudo add-apt-repository -y "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
8
- - sudo apt-get update
9
- - sudo apt-get -y -o Dpkg::Options::="--force-confnew" install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
+services:
+- docker
10
install:
11
- pip install pipenv
12
- pipenv sync
@@ -112,6 +108,7 @@ env:
112
108
113
109
script:
114
110
- docker --version
111
+- docker buildx version
115
- pipenv run molecule test --scenario-name=${JDK_VENDOR:-default}
116
notifications:
117
webhooks:
0 commit comments