From 585dccc8c5744f1823c73301a2e30dde8dd541c4 Mon Sep 17 00:00:00 2001 From: Xinchen Hui Date: Sun, 8 Dec 2013 12:13:33 +0800 Subject: [PATCH] Fix typo --- travis/compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis/compile.sh b/travis/compile.sh index 47aabb2d..65c530ce 100755 --- a/travis/compile.sh +++ b/travis/compile.sh @@ -1,2 +1,2 @@ #!/bin/sh -phpize && ./configure && make clen && make +phpize && ./configure && make clean && make