Skip to content

Commit 1e0334d

Browse files
committed
fix travis merge problem
1 parent 49163a4 commit 1e0334d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ install:
101101
eval ${PRE_COMMAND} ${COMMAND}
102102
- COMMAND="make -C src clean" &&
103103
eval ${PRE_COMMAND} ${COMMAND}
104-
- COMMAND="make -C src CXX=$COMPILER CXXFLAGS=\"-Wall -O0 -ggdb3 -Werror -Wno-deprecated-register -pedantic -Wno-sign-compare -DDEBUG\" -j2" &&
104+
- COMMAND="make -C src CXX=\"$COMPILER\" CXXFLAGS=\"-Wall -O0 -ggdb3 -Werror -Wno-deprecated-register -pedantic -Wno-sign-compare -DDEBUG\" -j2" &&
105105
eval ${PRE_COMMAND} ${COMMAND}
106106

107107
script:

0 commit comments

Comments
 (0)