Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Commit

Permalink
Merge pull request #163 from bigbite/chore/drop-5.6
Browse files Browse the repository at this point in the history
Drop PHP5.6 in Travis config
  • Loading branch information
jaymcp committed Jun 21, 2019
2 parents e8f4740 + 8ef3c5d commit 9583cc4
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .travis.yml
Expand Up @@ -9,13 +9,21 @@ before_install:
jobs:
include:
- stage: lint
php: 5.6
php: 7.0
script:
- "./bin/lint.sh"
- stage: lint
php: 7.1
script:
- "./bin/lint.sh"
- stage: lint
php: 7.2
script:
- "./bin/lint.sh"
- stage: lint
php: 7.3
script:
- "./bin/lint.sh"
- stage: deploy
php: 7.2
script:
Expand Down

0 comments on commit 9583cc4

Please sign in to comment.