Skip to content
This repository was archived by the owner on Aug 16, 2024. It is now read-only.

Commit 1b4b27d

Browse files
committed
Travis: Update config
1 parent eac9966 commit 1b4b27d

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

.travis.yml

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
language: php
22

3-
dist: trusty
4-
5-
# Wait until travis bug fixes
6-
sudo: require
7-
83
branches:
94
only:
105
- master
@@ -32,15 +27,18 @@ notifications:
3227
php:
3328
- 7.0
3429
- 7.1
30+
- 7.2
31+
- nightly
3532

3633
env:
3734
global:
3835
- COMPOSER_NO_INTERACTION=1
3936
matrix:
4037
- WP_VERSION=nightly
4138
- WP_VERSION=latest WITH_COVERAGE=true
42-
- WP_VERSION=4.8
43-
- WP_VERSION=4.7.5
39+
- WP_VERSION=4.9.1
40+
- WP_VERSION=4.8.4
41+
- WP_VERSION=4.7.8
4442

4543
matrix:
4644
allow_failures:
@@ -85,7 +83,7 @@ deploy:
8583
file: release/wp-cloudflare-guard.zip
8684
skip_cleanup: true
8785
on:
88-
condition: "$WP_VERSION = latest"
86+
condition: "$WP_VERSION = 4.8.4"
8987
php: 7.0
9088
tags: true
9189
repo: TypistTech/wp-cloudflare-guard
@@ -99,8 +97,8 @@ deploy:
9997
assets_dir: assets
10098
skip_cleanup: true
10199
on:
102-
condition: "$WP_VERSION = latest"
103-
php: 7.1
100+
condition: "$WP_VERSION = 4.9.1"
101+
php: 7.0
104102
tags: true
105103
repo: TypistTech/wp-cloudflare-guard
106104
- provider: pages

README.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ Contributors: typisttech, tangrufus
33
Donate link: https://www.typist.tech/donate/wp-cloudflare-guard/
44
Tags: cloudflare, firewall, security, spam
55
Requires at least: 4.7
6-
Tested up to: 4.7.3
6+
Requires PHP: 7.0.0
7+
Tested up to: 4.9.1
78
Stable tag: 0.2.0
89
License: GPLv2 or later
910
License URI: http://www.gnu.org/licenses/gpl-2.0.html

0 commit comments

Comments
 (0)