summaryrefslogtreecommitdiff
path: root/travis
diff options
context:
space:
mode:
authorDavey Shafik <me@daveyshafik.com>2012-04-26 07:48:49 -0400
committerDavey Shafik <me@daveyshafik.com>2012-05-28 06:22:24 -0400
commit3966df7fc83093766e5e6862b18b8ef03ef58e09 (patch)
treedb32d6c7268c984d4ef13f90b3f09a1b3efd8e93 /travis
parentfde8762e9034f006826bec12bc6c0aac6b450055 (diff)
downloadphp-git-3966df7fc83093766e5e6862b18b8ef03ef58e09.tar.gz
Add support for Travis CI
Diffstat (limited to 'travis')
-rwxr-xr-xtravis/compile.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/travis/compile.sh b/travis/compile.sh
new file mode 100755
index 0000000000..f80cc6bd0b
--- /dev/null
+++ b/travis/compile.sh
@@ -0,0 +1,4 @@
+#!/bin/bash
+./buildconf
+./configure --with-pdo-mysql --with-mysql --with-sqlite --with-pdo-sqlite
+make