[travis] fix invalid bash on osx [skip ci]

This commit is contained in:
Dane Springmeyer 2016-03-04 15:27:41 -08:00 committed by artemp
parent 1f0d96b983
commit b02a8c3caf

View file

@ -74,7 +74,7 @@ script:
- export SCONSFLAGS='--debug=time'
- configure BENCHMARK=${BENCH}
- make
- if [[ -d $HOME/.ccache ]]; then du $HOME/.ccache -h --max-depth=1 | sort -hr; fi
- on 'linux' du $HOME/.ccache -h --max-depth=1 | sort -hr
- make test
- enabled ${COVERAGE} coverage
- enabled ${BENCH} make bench