Browse Source

php7.4 zip

jqh 5 years ago
parent
commit
951b6a40ff
1 changed files with 3 additions and 2 deletions
  1. 3 2
      .travis.yml

+ 3 - 2
.travis.yml

@@ -21,8 +21,9 @@ install:
   - wget https://libzip.org/download/libzip-1.6.1.tar.gz
   - tar -zxvf libzip-1.6.1.tar.gz
   - cd libzip-1.6.1
-  - mkdir build && cd build && cmake ..
-  - make && make install
+  - mkdir build && cd build
+  - sudo cmake ..
+  - sudo make && sudo make install
   - cd ../..
   - wget https://pecl.php.net/get/zip-1.18.2.tgz
   - tar -zxvf zip-1.18.2.tgz