[travis] fix indentation
This commit is contained in:
parent
7fa35f481e
commit
3c86ab77c4
1 changed files with 6 additions and 6 deletions
12
.travis.yml
12
.travis.yml
|
@ -45,12 +45,12 @@ matrix:
|
||||||
env: JOBS=4 MASON_PUBLISH=true _CXX="ccache clang++ -Qunused-arguments"
|
env: JOBS=4 MASON_PUBLISH=true _CXX="ccache clang++ -Qunused-arguments"
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
# workaround travis rvm bug
|
# workaround travis rvm bug
|
||||||
# http://superuser.com/questions/1044130/why-am-i-having-how-can-i-fix-this-error-shell-session-update-command-not-f
|
# http://superuser.com/questions/1044130/why-am-i-having-how-can-i-fix-this-error-shell-session-update-command-not-f
|
||||||
- |
|
- |
|
||||||
if [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then
|
if [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then
|
||||||
rvm get head || true
|
rvm get head || true
|
||||||
fi
|
fi
|
||||||
- if [[ ${_CXX:-false} != false ]]; then export CXX=${_CXX}; fi
|
- if [[ ${_CXX:-false} != false ]]; then export CXX=${_CXX}; fi
|
||||||
- if [[ ${_CC:-false} != false ]]; then export CC=${_CC}; fi
|
- if [[ ${_CC:-false} != false ]]; then export CC=${_CC}; fi
|
||||||
- source scripts/travis-common.sh
|
- source scripts/travis-common.sh
|
||||||
|
|
Loading…
Reference in a new issue