Browse Source

Merge pull request #530 from willtp87/7.x.travis

php 5.5 in test matrix
pull/532/merge
qadan 10 years ago
parent
commit
329e4059f0
  1. 1
      .travis.yml

1
.travis.yml

@ -2,6 +2,7 @@ language: php
php:
- 5.3.3
- 5.4
- 5.5
branches:
only:
- /^7.x/

Loading…
Cancel
Save