Skip to content

Commit 1933758

Browse files
committed
Update build environment to focal fossa.
1 parent 281b96b commit 1933758

File tree

4 files changed

+2
-16
lines changed

4 files changed

+2
-16
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
services: docker
3+
dist: focal
34

45
branches:
56
only:

tests/collection.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
# Collection playbook tests.
44
set -e
55

6-
# Make sure pip3 is available.
7-
sudo apt-get update
8-
sudo apt-get install -y python3-pip python3-setuptools
9-
106
# Install dependencies.
117
pip3 install ansible
128

tests/molecule.sh

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,8 @@
33
# Molecule playbook tests.
44
set -e
55

6-
# Make sure pip3 is available.
7-
sudo apt-get update
8-
sudo apt-get install -y python3-pip python3-setuptools
9-
10-
# Upgrade Docker to work with docker-py.
11-
curl https://gist.githubusercontent.com/geerlingguy/ce883ad4aec6a5f1187ef93bd338511e/raw/36612d28981d92863f839c5aefe5b7dd7193d6c6/travis-ci-docker-upgrade.sh | sudo bash
12-
136
# Install dependencies.
14-
pip3 install wheel ansible molecule ansible-lint yamllint docker
7+
pip3 install ansible molecule ansible-lint yamllint docker
158

169
cd molecule
1710

tests/orchestration.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
# Orchestration tests.
44
set -e
55

6-
# Make sure pip3 is available.
7-
sudo apt-get update
8-
sudo apt-get install -y python3-pip python3-setuptools
9-
106
# Install dependencies.
117
pip3 install ansible
128

0 commit comments

Comments
 (0)