Explorar o código

fix CI build failure on macOS

Ashish Kulkarni %!s(int64=6) %!d(string=hai) anos
pai
achega
af3694d8a5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -37,7 +37,7 @@ matrix:
       env:        TARGET=custom-qt4-windows
 
 install:
-- sed -i 's/quiet = 0/quiet = 1/g' qt/bin/syncqt
+- sed -i -e 's/quiet = 0/quiet = 1/g' qt/bin/syncqt
 - test -n "$CC"  && unset CC
 - test -n "$CXX" && unset CXX
 - git clone https://github.com/wkhtmltopdf/packaging.git ../packaging