We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd269b7 commit cde2ac6Copy full SHA for cde2ac6
.travis.yml
@@ -25,9 +25,9 @@ env: PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/opt/openssl/lib/pkgconfig
25
26
before_script:
27
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then
28
- wget https://cmake.org/files/v3.16/cmake-3.16.9-Linux-x86_64.tar.gz
29
- tar xzf cmake-3.16.9-Linux-x86_64.tar.gz
30
- export PATH=/cmake-3.16.9-Linux-x86_64/bin:${PATH}
+ wget https://cmake.org/files/v3.16/cmake-3.16.9-Linux-x86_64.tar.gz;
+ tar xzf cmake-3.16.9-Linux-x86_64.tar.gz;
+ export PATH=/cmake-3.16.9-Linux-x86_64/bin:${PATH};
31
fi
32
33
script:
0 commit comments