This repository was archived by the owner on Aug 16, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +10
-11
lines changed
Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 11language : php
22
3- dist : trusty
4-
5- # Wait until travis bug fixes
6- sudo : require
7-
83branches :
94 only :
105 - master
@@ -32,15 +27,18 @@ notifications:
3227php :
3328 - 7.0
3429 - 7.1
30+ - 7.2
31+ - nightly
3532
3633env :
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
4543matrix :
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
Original file line number Diff line number Diff line change @@ -3,7 +3,8 @@ Contributors: typisttech, tangrufus
33Donate link: https://www.typist.tech/donate/wp-cloudflare-guard/
44Tags: cloudflare, firewall, security, spam
55Requires at least: 4.7
6- Tested up to: 4.7.3
6+ Requires PHP: 7.0.0
7+ Tested up to: 4.9.1
78Stable tag: 0.2.0
89License: GPLv2 or later
910License URI: http://www.gnu.org/licenses/gpl-2.0.html
You can’t perform that action at this time.
0 commit comments