From 796a86f969ce7c8061db5a0ca0236b684a3bcc51 Mon Sep 17 00:00:00 2001 From: Joshua Sherman Date: Sun, 12 Jan 2014 16:32:24 -0500 Subject: [PATCH] Switched to zend_extension --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f37f1ae..269fd31 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ install: - ./configure --enable-test-helpers - make - sudo make install - - echo "extension=test_helpers.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini + - echo "zend_extension=test_helpers.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini - cd ../../ script: