Skip to content

Commit

Permalink
Merge branch '3.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps committed Jan 15, 2019
2 parents 242c7e3 + 1c2ed08 commit f882f55
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@ language: php

php:
- 7.2
- 7.3

before_script:
# - pecl install channel://pecl.php.net/pthreads-3.1.6
- echo | pecl install channel://pecl.php.net/yaml-2.0.2
- echo | pecl install channel://pecl.php.net/yaml-2.0.4
- pecl install channel://pecl.php.net/crypto-0.3.1
- git clone https://github.com/pmmp/pthreads.git
- cd pthreads
- git checkout c8cfacda84f21032d6014b53e72bf345ac901dac
- git checkout 6ca019c58b4fa09ee2ff490f2444e34bef0773d0
- phpize
- ./configure
- make
Expand Down

0 comments on commit f882f55

Please sign in to comment.