Skip to content

Commit cbd695a

Browse files
committed
cd into proper directory
1 parent 7756bec commit cbd695a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis-build.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
#!/bin/sh
22

3+
set -e
4+
35
if [ "hhvm" != "$(phpenv version-name)" ]
46
then
7+
cd ext
58
phpize
69
./configure --with-maxminddb --enable-maxminddb-debug
710
make clean

0 commit comments

Comments
 (0)