mirror of
https://github.com/SOCI/soci.git
synced 2026-02-14 10:19:11 -06:00
Remove hard TAB in a Travis CI script
No real changes.
This commit is contained in:
@@ -10,6 +10,6 @@ sudo apt-get install -qq -y libboost-dev libboost-date-time-dev
|
||||
|
||||
before_install="${TRAVIS_BUILD_DIR}/scripts/travis/before_install_${SOCI_TRAVIS_BACKEND}.sh"
|
||||
if [ -x ${before_install} ]; then
|
||||
echo "Running ${before_install}"
|
||||
echo "Running ${before_install}"
|
||||
${before_install}
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user