travis: fixup HEAD^
This commit is contained in:
parent
56ce328268
commit
88caf3e21b
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ before_install:
|
|||
|
||||
- if [ "$BUILD" = 3 ]; then export ALTERNATE_CONFIGURATION=true; fi
|
||||
- if [ "$BUILD" = 4 ]; then export CXX11=true; fi
|
||||
- if [ "$BUILD" = 4 ]; then export EXTRA_FLAGS_RELEASE="-O0 -Wno-literal-suffix -Wno-deprecated-declarations"
|
||||
- if [ "$BUILD" = 4 ]; then export EXTRA_FLAGS_RELEASE="-O0 -Wno-literal-suffix -Wno-deprecated-declarations"; fi
|
||||
- if [ "$BUILD" = 4 ]; then export CPP_TESTS=false; fi
|
||||
- if [ "$BUILD" = 5 ]; then export NLS=true; fi
|
||||
- if [ "$BUILD" = 5 ]; then export TARGETS="translations"; fi
|
||||
|
|
Loading…
Add table
Reference in a new issue