fixup travis

This commit is contained in:
Chris Beck 2014-11-04 12:11:28 -05:00
parent f7dd05a071
commit 2474c37659

View file

@ -34,7 +34,7 @@ before_install:
- export ALTERNATE_CONFIGURATION=false
- export CXX11=false
- if [ "$BUILD" = 3 ] then export ALTERNATE_CONFIGURATION=true; fi
- if [ "$BUILD" = 3 ]; then export ALTERNATE_CONFIGURATION=true; fi
- if [ "$BUILD" = 4 ]; then export CXX11=true; fi
-