Skip to content

Commit e8fd958

Browse files
committed
build without -Werror on travis
... so deprecation warnings won't break the build
1 parent b3ddc25 commit e8fd958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.travis

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ ADD . /app
1818
WORKDIR /app
1919

2020
RUN phpize
21-
RUN ./configure CXXFLAGS="-Wall -Wno-write-strings -Werror" LDFLAGS="-lstdc++" --with-v8js=/opt/libv8-$V8VER/
21+
RUN ./configure CXXFLAGS="-Wall -Wno-write-strings" LDFLAGS="-lstdc++" --with-v8js=/opt/libv8-$V8VER/
2222
RUN make -j4

0 commit comments

Comments
 (0)