From 51f97e080739706c40e52145c25121e44e8648e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Poirotte?= Date: Wed, 27 Dec 2017 22:30:19 +0100 Subject: [PATCH] Again and again... --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f22dd9f..5d10498 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,7 +30,7 @@ install: - ./configure - make - make install - - echo "extension=tomcrypt.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini + - echo "extension=tomcrypt.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/tomcrypt.ini script: - - php run-tests.php -c /dev/null -d extension_dir=$(pwd)/modules -d extension=tomcrypt.so -q --show-diff + - php run-tests.php -q --show-diff