浏览代码

fix CI build failure on macOS

Ashish Kulkarni 6 年之前
父节点
当前提交
af3694d8a5
共有 1 个文件被更改,包括 1 次插入1 次删除
  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