diff options
author | Davey Shafik <me@daveyshafik.com> | 2012-04-26 07:48:49 -0400 |
---|---|---|
committer | Davey Shafik <me@daveyshafik.com> | 2012-05-28 06:22:24 -0400 |
commit | 3966df7fc83093766e5e6862b18b8ef03ef58e09 (patch) | |
tree | db32d6c7268c984d4ef13f90b3f09a1b3efd8e93 /travis | |
parent | fde8762e9034f006826bec12bc6c0aac6b450055 (diff) | |
download | php-git-3966df7fc83093766e5e6862b18b8ef03ef58e09.tar.gz |
Add support for Travis CI
Diffstat (limited to 'travis')
-rwxr-xr-x | travis/compile.sh | 4 |
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 |