Skip to content

Commit

Permalink
fixup travis
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeck88 committed Nov 4, 2014
1 parent f7dd05a commit 2474c37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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

-
Expand Down

0 comments on commit 2474c37

Please sign in to comment.