Procházet zdrojové kódy

fix CI build failure on macOS

Ashish Kulkarni před 6 roky
rodič
revize
af3694d8a5
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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