Browse Source

Update travis.yml to test php 5.3 under precise

Should allow PHP 5.3.3 to run under Ubuntu precise and higher versions on Trusty. First attempt
pull/683/head
Diego Pino Navarro 7 years ago committed by GitHub
parent
commit
f0d9f1b650
  1. 2
      .travis.yml

2
.travis.yml

@ -1,7 +1,9 @@
sudo: required
dist: trusty
language: php
php:
- 5.3.3
dist: precise
- 5.4
- 5.5
- 5.6

Loading…
Cancel
Save