]> granicus.if.org Git - php/commitdiff
added travis-ci config (make + load extension)
authorThomas Bley <thbley+github@gmail.com>
Thu, 14 Feb 2013 11:20:50 +0000 (12:20 +0100)
committerThomas Bley <thbley+github@gmail.com>
Thu, 14 Feb 2013 11:20:50 +0000 (12:20 +0100)
.travis.yml [new file with mode: 0644]

diff --git a/.travis.yml b/.travis.yml
new file mode 100644 (file)
index 0000000..b876f57
--- /dev/null
@@ -0,0 +1,14 @@
+language: php
+php:
+  - 5.2
+  - 5.3
+  - 5.4
+  - 5.5
+
+before_script:
+  - phpize
+  - ./configure --enable-optimizer-plus
+  - make
+
+script:
+  - php -d zend_extension=`pwd`/modules/ZendOptimizerPlus.so -m | grep "Zend Optimizer+"
\ No newline at end of file