Skip to content

Commit

Permalink
Drop php 5.6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
nWidart committed Sep 2, 2017
1 parent ce89949 commit 0c971ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ language: php

php:
- 7
- 5.6
- 7.1

cache:
directories:
- $HOME/.composer/cache

env:
- LARAVEL_VERSION="~5.3" TESTBENCH_VERSION="~3.3"
- LARAVEL_VERSION="~5.5" TESTBENCH_VERSION="~3.5"

before_script:
- phpenv config-rm xdebug.ini
Expand Down

0 comments on commit 0c971ef

Please sign in to comment.