Skip to content

Commit 4b4e6a0

Browse files
committed
Update windows path
1 parent 698ef33 commit 4b4e6a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ install:
2121
- if [[ $TRAVIS_RUST_VERSION == "stable" && $TRAVIS_OS_NAME == "linux" ]]; then rustup component add clippy; fi
2222
- if [[ $TRAVIS_OS_NAME == "windows" ]]; then choco install golang; fi
2323
- 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
2425

2526

2627
before_script:

0 commit comments

Comments
 (0)