diff options
author | Ferenc Kovacs <tyrael@php.net> | 2014-12-04 11:12:42 +0100 |
---|---|---|
committer | Ferenc Kovacs <tyrael@php.net> | 2014-12-04 11:12:42 +0100 |
commit | f8e7b3d166a4aba2ebd9469731b01ccd30065184 (patch) | |
tree | 77889efeb335a94284d4a7ff2038a3ea5fd6aa89 /travis | |
parent | 7e933c5ff89ae3dc8b48f94ad9c9a8bc77d93a25 (diff) | |
parent | 9c5d84ace1daaf2dcd08c04b9c138940afdf5001 (diff) | |
download | php-git-f8e7b3d166a4aba2ebd9469731b01ccd30065184.tar.gz |
Merge branch 'PHP-5.6'
* PHP-5.6:
add initial install
switch to C travis project instead of PHP
use the generic TRAVIS environment var to check for travis (see http://docs.travis-ci.com/user/ci-environment/)
Diffstat (limited to 'travis')
-rwxr-xr-x | travis/install.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/travis/install.sh b/travis/install.sh new file mode 100755 index 0000000000..5c6a3c1913 --- /dev/null +++ b/travis/install.sh @@ -0,0 +1,2 @@ +#!/bin/bash +sudo apt-get install re2c libgmp-dev libicu-dev libmcrypt-dev libtidy-dev |