Browse Source

test on more php versions

pull/60/head
Aaron Parecki 6 years ago
parent
commit
7e3d901995
No known key found for this signature in database GPG Key ID: 276C2817346D6056
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      .travis.yml

+ 4
- 0
.travis.yml View File

@ -1,6 +1,10 @@
language: php language: php
php: php:
- 5.5 - 5.5
- 5.6
- 7.0
- 7.1
- 7.2
sudo: false sudo: false
before_script: before_script:
- composer self-update - composer self-update

Loading…
Cancel
Save