We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43ff91d commit d36e13cCopy full SHA for d36e13c
1 file changed
.travis.yml
@@ -63,7 +63,7 @@ before_install:
63
fi
64
- if [[ "${STDLIB}" == "libc++" ]]; then CMAKE_CXX_FLAGS+=" -stdlib=libc++"; fi
65
66
- - sh ${COMPILER} --version || true
+ - ${COMPILER} --version
67
68
before_script:
69
- rm -rf build/
0 commit comments