Skip to content

Commit b9ae159

Browse files
Merge pull request #1593 from F5Networks/revert-1589-revert-1588-v3.0.11.2
Revert "Revert "Use focal in Travis CI""
2 parents 119d574 + 187ae33 commit b9ae159

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ python:
33
- 2.7
44
- 3.5
55
- 3.6
6+
dist: focal
67
sudo: true
78
env:
89
global:
910
- DIST_REPO="f5-sdk-dist"
10-
- PKG_VERSION=$(python -c "import f5; print f5.__version__")
11+
- PKG_VERSION="$(python -c 'import f5; print(f5.__version__)')"
1112
- PKG_RELEASE=$(python ${DIST_REPO}/scripts/get-version-release.py --release)
1213
- PKG_RELEASE_EL7=${DIST_REPO}/rpms/build/f5-sdk-${PKG_VERSION}-${PKG_RELEASE}.el7.noarch.rpm
1314
- PKG_RELEASE_1404=${DIST_REPO}/deb_dist/python-f5-sdk_${PKG_VERSION}-${PKG_RELEASE}_1404_all.deb

0 commit comments

Comments
 (0)