Skip to content

Commit 81f8e86

Browse files
authored
Do not reset path
1 parent 9140115 commit 81f8e86

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ before_install:
2121
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo pip install gcovr; fi
2222
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get install cppcheck; fi
2323
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then export CFLAGS='-mtune=generic'; fi
24-
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then export PATH=/c/tools/msys64:/c/tools/msys64/mingw64/bin:/c/tools/msys64/mingw32/bin:/c/tools/msys64/usr/bin; fi
2524
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then ls -R /c/ProgramData/chocolatey; fi
2625
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then ls -R /bin; fi
2726
- if [ "$TRAVIS_OS_NAME" = "windows" ]; then ls -R /usr/bin; fi

0 commit comments

Comments
 (0)