We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7756bec commit cbd695aCopy full SHA for cbd695a
.travis-build.sh
@@ -1,7 +1,10 @@
1
#!/bin/sh
2
3
+set -e
4
+
5
if [ "hhvm" != "$(phpenv version-name)" ]
6
then
7
+ cd ext
8
phpize
9
./configure --with-maxminddb --enable-maxminddb-debug
10
make clean
0 commit comments