Explorar o código

build without -Werror on travis

... so deprecation warnings won't break the build
Stefan Siegl %!s(int64=6) %!d(string=hai) anos
pai
achega
e8fd9589dd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Dockerfile.travis

+ 1 - 1
Dockerfile.travis

@@ -18,5 +18,5 @@ ADD . /app
 WORKDIR /app
 
 RUN phpize
-RUN ./configure CXXFLAGS="-Wall -Wno-write-strings -Werror" LDFLAGS="-lstdc++" --with-v8js=/opt/libv8-$V8VER/
+RUN ./configure CXXFLAGS="-Wall -Wno-write-strings" LDFLAGS="-lstdc++" --with-v8js=/opt/libv8-$V8VER/
 RUN make -j4