From 3c86ab77c49371fd0fae74c377d5de294ed22d48 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Wed, 20 Jul 2016 14:09:54 +0200 Subject: [PATCH] [travis] fix indentation --- .travis.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7235c9b92..5de9299f0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,12 +45,12 @@ matrix: env: JOBS=4 MASON_PUBLISH=true _CXX="ccache clang++ -Qunused-arguments" before_install: -# 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 -- | - if [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then - rvm get head || true - fi + # 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 + - | + if [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then + rvm get head || true + fi - if [[ ${_CXX:-false} != false ]]; then export CXX=${_CXX}; fi - if [[ ${_CC:-false} != false ]]; then export CC=${_CC}; fi - source scripts/travis-common.sh