Skip to content
This repository was archived by the owner on Apr 22, 2021. It is now read-only.

Removed old PHP versions from Travis config. Touch #16 #80

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 5 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sudo: false
dist: trusty
dist: xenial

language: php

Expand All @@ -18,18 +18,14 @@ cache:

matrix:
include:
- php: 7.2
- php: 7.4
env: WP_VERSION=latest
- php: 7.1
- php: 7.3
env: WP_VERSION=latest
- php: 7.0
- php: 7.2
env: WP_VERSION=latest
- php: 5.6
- php: 7.2
env: WP_VERSION=4.0
- php: 5.6
env: WP_VERSION=latest
- php: 5.6
env: WP_VERSION=trunk

before_script:
- export PATH="$HOME/.composer/vendor/bin:$PATH"
Expand Down