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 698ef33 commit 4b4e6a0Copy full SHA for 4b4e6a0
.travis.yml
@@ -21,6 +21,7 @@ install:
21
- if [[ $TRAVIS_RUST_VERSION == "stable" && $TRAVIS_OS_NAME == "linux" ]]; then rustup component add clippy; fi
22
- if [[ $TRAVIS_OS_NAME == "windows" ]]; then choco install golang; fi
23
- if [[ $TRAVIS_OS_NAME == "windows" ]]; then choco install cmake; fi
24
+ - if [[ $TRAVIS_OS_NAME == "windows" ]]; then export PATH="$PATH:/c/Go/bin/:/c/Program Files/CMake/bin"; fi
25
26
27
before_script:
0 commit comments