Adding 5.4 support to test on Travis CI

This commit is contained in:
Alexandre Gomes Gaigalas 2011-11-25 18:51:05 -02:00
parent 32efa03d22
commit 61bb0d3aad

View file

@ -3,6 +3,7 @@ script: make test
php:
- 5.3
- 5.4
before_script:
- "sudo apt-get install -y php-pear"