Skip to content

Commit

Permalink
[AIRFLOW-2450] update supported k8s versions to 1.9 and 1.10
Browse files Browse the repository at this point in the history
Closes apache#3345 from dimberman/upgrade-k8s
  • Loading branch information
dimberman authored and Fokko Driesprong committed May 11, 2018
1 parent 4d43b78 commit efacc1a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ env:
- TOX_ENV=py35-backend_sqlite
- TOX_ENV=py35-backend_postgres
- TOX_ENV=flake8
- TOX_ENV=py27-backend_postgres KUBERNETES_VERSION=v1.8.0
- TOX_ENV=py35-backend_postgres KUBERNETES_VERSION=v1.9.0
- TOX_ENV=py27-backend_postgres KUBERNETES_VERSION=v1.9.0
- TOX_ENV=py35-backend_postgres KUBERNETES_VERSION=v1.10.0
matrix:
exclude:
- python: "3.5"
Expand All @@ -78,9 +78,9 @@ matrix:
- python: "2.7"
env: TOX_ENV=flake8
- python: "3.5"
env: TOX_ENV=py27-backend_postgres KUBERNETES_VERSION=v1.8.0
env: TOX_ENV=py27-backend_postgres KUBERNETES_VERSION=v1.9.0
- python: "2.7"
env: TOX_ENV=py35-backend_postgres KUBERNETES_VERSION=v1.9.0
env: TOX_ENV=py35-backend_postgres KUBERNETES_VERSION=v1.10.0
cache:
directories:
- $HOME/.wheelhouse/
Expand Down

0 comments on commit efacc1a

Please sign in to comment.