forked from geos/php-geos
1
0
Fork 0

Print php version as part of the tests

drone
Sandro Santilli 2016-07-25 13:54:04 +02:00
parent babd8a92ea
commit 8630b88933
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ pipeline:
image: docker.kbt.io/php-geos/build-test:trisquel
commands:
- export PATH=${PHP_BIN}:${PATH}
- which php
- php --version
- ./autogen.sh
- ./configure
- make