diff options
author | Ferenc Kovacs <tyrael@php.net> | 2014-12-04 11:12:32 +0100 |
---|---|---|
committer | Ferenc Kovacs <tyrael@php.net> | 2014-12-04 11:12:32 +0100 |
commit | 9c5d84ace1daaf2dcd08c04b9c138940afdf5001 (patch) | |
tree | 73d07056697eca83f29a80fc53392284963e3871 /.travis.yml | |
parent | 52b41f24e32c2c3f503a90e4f9879babc945c8e7 (diff) | |
parent | 4f9f7c7948d8c852a5038a4a8787cc8b6f465940 (diff) | |
download | php-git-9c5d84ace1daaf2dcd08c04b9c138940afdf5001.tar.gz |
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
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.yml')
-rw-r--r-- | .travis.yml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml index 2125e8d3d6..3baf50be3b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,4 @@ -language: php - -php: - # We only specify one version so we only get one worker - - 5.4 +language: c notifications: email: @@ -29,6 +25,7 @@ before_install: - sudo apt-get install -y libenchant-dev libaspell-dev libpspell-dev librecode-dev - sudo cp ./travis/de /var/lib/locales/supported.d/de - sudo dpkg-reconfigure locales + - ./travis/install.sh before_script: # Compile PHP |