Browse Source

Update .travis.yml

Add PHP 5.5 to see if our tests run.
pull/436/head
Jonathan Green 11 years ago
parent
commit
4fc472e50e
  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