Skip to content

Commit

Permalink
Drop all PHP versions previous to 7.0 on TravisCI
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Mar 17, 2020
1 parent dffe512 commit dcbcdd1
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
# The Travis setup:
# - run lint for every PHP version

language: php

php:
- "7.1"
- "7.0"
- "5.6"
- "5.5"
- hhvm
- "7.1"
- "7.2"
- "7.3"
- "7.4"

sudo: false

Expand Down

0 comments on commit dcbcdd1

Please sign in to comment.