Skip to content

Commit 1904472

Browse files
committed
fixing travis jobs
1 parent 79e055f commit 1904472

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.travis.yml

+3-6
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
dist: jammy
22
language: python
33
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
4+
services:
5+
- docker
106
install:
117
- pip install pipenv
128
- pipenv sync
@@ -112,6 +108,7 @@ env:
112108

113109
script:
114110
- docker --version
111+
- docker buildx version
115112
- pipenv run molecule test --scenario-name=${JDK_VENDOR:-default}
116113
notifications:
117114
webhooks:

0 commit comments

Comments
 (0)