Skip to content

Commit

Permalink
Tabs changed to spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeMaxx committed Dec 31, 2015
1 parent 0a97a30 commit b9d00ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/install_travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ if [[ "${TRAVIS_OS_NAME}" == "linux" ]] && [[ "${CC}" == "gcc" ]]; then
export CC=gcc-4.8
export CXX=g++-4.8
elif [[ "${WITH_LATEST_GCC}" == "yes" ]]; then
export CC=gcc-5
export CXX=g++-5
export CC=gcc-5
export CXX=g++-5
else
export CC=gcc-4.7
export CXX=g++-4.7
Expand Down

0 comments on commit b9d00ba

Please sign in to comment.