Skip to content

Commit

Permalink
update TravisCI Setting
Browse files Browse the repository at this point in the history
  • Loading branch information
tomk79 committed Dec 30, 2019
1 parent 7cd7c5d commit b6e1de7
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,18 @@ os:

language: php

dist: trusty

php:
- "7.4"
- "7.3"
- "7.2"
- "7.1"
- "7.0"
- "5.6"
- "5.5"
- "5.4"
jobs:
include:
- php: 7.4
- php: 7.3
- php: 7.2
- php: 7.1
- php: 7.0
- php: 5.6
- php: 5.5
dist: trusty
- php: 5.4
dist: trusty

before_install:
- composer selfupdate
Expand Down

0 comments on commit b6e1de7

Please sign in to comment.