Skip to content

Commit

Permalink
Yet another attempt at running tests on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
fpoirotte committed Dec 27, 2017
1 parent a9b5294 commit b06387a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ install:
- ./configure
- make
- make install
- echo "extension=tomcrypt.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini

script:
- make test
- php run-tests.php -c /dev/null -d extension_dir=$(pwd)/modules -d extension=tomcrypt.so -q --show-diff

0 comments on commit b06387a

Please sign in to comment.