Skip to content

Commit dbd1165

Browse files
Merge pull request #1589 from F5Networks/revert-1588-v3.0.11.2
Revert "Use focal in Travis CI"
2 parents 037c42e + 264e71b commit dbd1165

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@ python:
33
- 2.7
44
- 3.5
55
- 3.6
6-
dist: focal
76
sudo: true
87
env:
98
global:
109
- DIST_REPO="f5-sdk-dist"
11-
- PKG_VERSION="$(python -c 'import f5; print(f5.__version__)')"
10+
- PKG_VERSION=$(python -c "import f5; print f5.__version__")
1211
- PKG_RELEASE=$(python ${DIST_REPO}/scripts/get-version-release.py --release)
1312
- PKG_RELEASE_EL7=${DIST_REPO}/rpms/build/f5-sdk-${PKG_VERSION}-${PKG_RELEASE}.el7.noarch.rpm
1413
- PKG_RELEASE_1404=${DIST_REPO}/deb_dist/python-f5-sdk_${PKG_VERSION}-${PKG_RELEASE}_1404_all.deb

0 commit comments

Comments
 (0)