Browse Source

add php 5.6 to travis test

pull/39/head
Aaron Parecki 7 years ago
parent
commit
a1e109aee0
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      .travis.yml

+ 1
- 0
.travis.yml View File

@ -1,6 +1,7 @@
language: php language: php
php: php:
- 5.5 - 5.5
- 5.6
sudo: false sudo: false
before_script: before_script:
- composer self-update - composer self-update

Loading…
Cancel
Save