Skip to content

Commit 5ace4c2

Browse files
authored
Update .travis.yml
1 parent 415092d commit 5ace4c2

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
@@ -29,7 +29,7 @@ jobs:
2929
os: windows # Windows 10.0.17134 N/A Build 17134
3030
language: shell # 'language: python' is an error on Travis CI Windows
3131
before_install:
32-
- mkdir /c/Certs && cd /c/Certs && wget --quiet https://curl.haxx.se/ca/cacert.pem && set SSL_CERT_FILE=/c/Certs/cacert.pem
32+
- mkdir /Certs && cd /Certs && wget --quiet https://curl.haxx.se/ca/cacert.pem && set SSL_CERT_FILE=/Certs/cacert.pem
3333
- choco install python --version=3.8.0
3434
- pip3 install --user --upgrade pip
3535
- pip3 install cython --install-option="--no-cython-compile"

0 commit comments

Comments
 (0)