jqh 5 лет назад
Родитель
Сommit
30541ab559
1 измененных файлов с 2 добавлено и 3 удалено
  1. 2 3
      .travis.yml

+ 2 - 3
.travis.yml

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