Skip to content

Commit bb8f58f

Browse files
authored
Apply suggestions from code review
1 parent bfaaae1 commit bb8f58f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ install:
1717
- npm install
1818
- npm run webpack
1919
- pip install --upgrade . -r helm-chart/images/binderhub/requirements.txt
20+
# NOTE: The latest docker python package (4.3.0) requires a more modern docker
21+
# version (newer than 18.06.0-ce / API version: 1.38) which is not yet
22+
# available on travis.
23+
# ref: https://github.com/jupyterhub/zero-to-jupyterhub-k8s/pull/1743
2024
- pip install -U "docker~=4.2.0"
2125
- pip freeze
2226

0 commit comments

Comments
 (0)