Skip to content

Commit 9cfa216

Browse files
authored
Update .travis.yml
1 parent 69e9e49 commit 9cfa216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
before_install:
3232
- choco install curl
3333
- mkdir /certs
34-
- https://curl.haxx.se/ca/cacert.pem --output /certs/cacert.pem
34+
- curl https://curl.haxx.se/ca/cacert.pem --output /certs/cacert.pem
3535
- choco install python --version=3.8.0
3636
- pip3 install --user --upgrade pip
3737
- pip3 install cython --install-option="--no-cython-compile"

0 commit comments

Comments
 (0)