Skip to content

Commit 8f5766f

Browse files
author
Dane Springmeyer
committed
comments inside bash scope break yaml
1 parent c1a65ec commit 8f5766f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ before_install:
2323
- export MASON_BUILD=true
2424
- if [[ $(uname -s) == 'Linux' ]]; then
2525
export CXX="ccache clang++-3.5 -Qunused-arguments";
26-
# intentionally pass c++ compiler for CC since that is what setup.py uses
2726
export CC="ccache clang++-3.5 -Qunused-arguments";
2827
export PYTHONPATH=$(pwd)/mason_packages/.link/lib/python2.7/site-packages;
2928
else

0 commit comments

Comments
 (0)