- Small typo in travis file.

master
Asim Jamshed 2017-07-27 18:35:04 -04:00
parent 2f198ed8a0
commit 072792dbbb
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ before_script:
- |
if [ "$VERSION" = "6" ]; then
export CC=gcc-6
if [ "$VERSION" = "5" ]; then
elif [ "$VERSION" = "5" ]; then
export CC=gcc-5
elif [ "$VERSION" = "4.8" ]; then
export CC=gcc-4.8