Skip to content

Commit

Permalink
removed php5.3 tests in travis and added php7.1 and php7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Apr 16, 2018
1 parent cae5282 commit 62eb75a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@ language: php
sudo: false

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

before_install:
- composer install
Expand Down

0 comments on commit 62eb75a

Please sign in to comment.