Skip to content

Commit 037c42e

Browse files
Merge pull request #1588 from zhaoqin-github/v3.0.11.2
Use focal in Travis CI
2 parents c79852e + 1b62d9a commit 037c42e

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)