fix travis build

This commit is contained in:
Dylan K. Taylor 2020-09-08 21:09:39 +01:00
parent ec6ac59b9c
commit 773069d1cc

View File

@ -38,7 +38,7 @@ before_script:
- cd ..
- git clone https://github.com/pmmp/ext-chunkutils2.git chunkutils
- cd chunkutils
- git checkout d8d762a597ac0da6f333f862096d6af0e6286b75
- git checkout -f d8d762a597ac0da6f333f862096d6af0e6286b75
- phpize
- ./configure && make && make install
- cd ..