Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
REMOVED PHP 5.3 and 5.4 support
ADDED 5.6, 7.0, 7.1 support
  • Loading branch information
davidjeddy committed Jun 2, 2018
1 parent 4a69805 commit bb55565
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
@@ -1,8 +1,9 @@
language: php

php:
- 5.4
- 5.3
- 5.6
- 7.0
- 7.1

#before_script:
# - "mkdir -p ~/.composer"
Expand Down

0 comments on commit bb55565

Please sign in to comment.