diff options
Diffstat (limited to 'build_matrix.sh')
-rwxr-xr-x | build_matrix.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build_matrix.sh b/build_matrix.sh index fadb63c0..4feab80e 100755 --- a/build_matrix.sh +++ b/build_matrix.sh @@ -46,7 +46,8 @@ for CC in gcc clang; do if [ "$CMAKE" = yes ]; then rm -rf build; else make distclean; fi rm -rf $PREFIX git status -suall - git checkout . + # Cancel changes in configure + git checkout configure travis_fold end cleaning done done |