Travis-ci test php stuff

1.10.x
Yannick Warnier 10 years ago
parent 0391bf31c7
commit 833742c5c1
  1. 2
      .travis.yml

@ -18,7 +18,7 @@ before_install:
# php is compiled with --enable-fpm, so no install of FPM is needed.
# However, not installing it generates errors with service php5-fpm restart
# further down (need to use php-fpm without 5)
- sudo apt-get install -qq php5-cli
- sudo apt-get install -qq php5-cli php5-fpm
before_script:
- php5 -v

Loading…
Cancel
Save