Skip to content

Commit

Permalink
test with php-cli, php5-cli no longer available on travis.ci
Browse files Browse the repository at this point in the history
  • Loading branch information
andrasq committed Mar 1, 2020
1 parent c70abc5 commit 1de744a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ node_js:
- 13
before_install:
- npm install -g qnit
- sudo apt-get install php5-cli
- sudo apt-get install php-cli
after_success:
- if [ `node -p 'process.version.slice(0, 3)'` != "v8." ]; then exit; fi
- npm install -g nyc coveralls
Expand Down

0 comments on commit 1de744a

Please sign in to comment.