We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51129ef commit f6ba58dCopy full SHA for f6ba58d
.travis.yml
@@ -55,7 +55,7 @@ before_install:
55
# installing ccache and freetype packages via homebrew
56
# - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install ccache; fi
57
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export PATH="/usr/local/opt/ccache/libexec:$PATH"; fi
58
- - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export CXXFLAGS="-stdlib=libc++"; fi
+# - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then export CXXFLAGS="-stdlib=libc++"; fi
59
60
# prepare compilation
61
before_script:
0 commit comments