Skip to content

Commit

Permalink
[travis] fix invalid bash on osx [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Mar 4, 2016
1 parent 11dbd9c commit fe57454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,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
Expand Down

0 comments on commit fe57454

Please sign in to comment.