Skip to content

Commit 821e32e

Browse files
committed
install docker buildx
1 parent 550c9f6 commit 821e32e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ sudo: required
33
dist: focal
44
language: node_js
55
node_js:
6-
- '15'
6+
- "15"
77
cache:
88
directories:
99
- web-src/node_modules
@@ -31,6 +31,9 @@ before_install:
3131
- sudo apt-get -y install python3-pip python3-setuptools apache2-utils python3-venv
3232
- wget https://edgedl.me.gvt1.com/edgedl/chrome/chrome-for-testing/116.0.5845.96/linux64/chromedriver-linux64.zip
3333
- unzip chromedriver-linux64.zip -d $HOME/.local/bin
34+
- mkdir -vp ~/.docker/cli-plugins/
35+
- curl --silent -L "https://github.com/docker/buildx/releases/download/v0.11.2/buildx-v0.11.2.linux-amd64" > ~/.docker/cli-plugins/docker-buildx
36+
- chmod a+x ~/.docker/cli-plugins/docker-buildx
3437
install:
3538
- pip3 install -r requirements.txt
3639
- pip3 install pyasn1 --upgrade

0 commit comments

Comments
 (0)