Skip to content
This repository was archived by the owner on Mar 29, 2024. It is now read-only.

Commit 19a71f8

Browse files
committed
Show php info in build
1 parent 2646cca commit 19a71f8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ before_install:
2424
- sudo add-apt-repository ppa:pinepain/libv8-${V8} -y
2525
- sudo apt-get update -q
2626
- sudo apt-get install -y libv8-${V8}-dev
27+
- php -i
28+
- php-config || true
2729

2830
before_script:
2931
- echo 'variables_order = "EGPCS"' >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini

0 commit comments

Comments
 (0)