[travis] fix invalid bash on osx [skip ci]
This commit is contained in:
parent
1f0d96b983
commit
b02a8c3caf
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ script:
|
||||||
- export SCONSFLAGS='--debug=time'
|
- export SCONSFLAGS='--debug=time'
|
||||||
- configure BENCHMARK=${BENCH}
|
- configure BENCHMARK=${BENCH}
|
||||||
- make
|
- 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
|
- make test
|
||||||
- enabled ${COVERAGE} coverage
|
- enabled ${COVERAGE} coverage
|
||||||
- enabled ${BENCH} make bench
|
- enabled ${BENCH} make bench
|
||||||
|
|
Loading…
Reference in a new issue