We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1a65ec commit 8f5766fCopy full SHA for 8f5766f
1 file changed
.travis.yml
@@ -23,7 +23,6 @@ before_install:
23
- export MASON_BUILD=true
24
- if [[ $(uname -s) == 'Linux' ]]; then
25
export CXX="ccache clang++-3.5 -Qunused-arguments";
26
- # intentionally pass c++ compiler for CC since that is what setup.py uses
27
export CC="ccache clang++-3.5 -Qunused-arguments";
28
export PYTHONPATH=$(pwd)/mason_packages/.link/lib/python2.7/site-packages;
29
else
0 commit comments