From 77aad154de654ae132b813b2e22a24654a06d672 Mon Sep 17 00:00:00 2001 From: Tang Rufus Date: Mon, 8 Jan 2018 14:59:30 +0800 Subject: [PATCH] Travis: Update config --- .travis.yml | 19 +++++++++---------- README.txt | 3 ++- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.travis.yml b/.travis.yml index 86bbb93..274083d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,5 @@ language: php -dist: trusty - -# Wait until travis bug fixes -sudo: require - branches: only: - master @@ -32,6 +27,8 @@ notifications: php: - 7.0 - 7.1 + - 7.2 + - nightly env: global: @@ -39,11 +36,13 @@ env: matrix: - WP_VERSION=nightly - WP_VERSION=latest WITH_COVERAGE=true - - WP_VERSION=4.8 - - WP_VERSION=4.7.5 + - WP_VERSION=4.9.1 + - WP_VERSION=4.8.4 + - WP_VERSION=4.7.8 matrix: allow_failures: + - php: nightly - env: WP_VERSION=nightly fast_finish: true @@ -85,7 +84,7 @@ deploy: file: release/wp-cloudflare-guard.zip skip_cleanup: true on: - condition: "$WP_VERSION = latest" + condition: "$WP_VERSION = 4.8.4" php: 7.0 tags: true repo: TypistTech/wp-cloudflare-guard @@ -99,8 +98,8 @@ deploy: assets_dir: assets skip_cleanup: true on: - condition: "$WP_VERSION = latest" - php: 7.1 + condition: "$WP_VERSION = 4.9.1" + php: 7.0 tags: true repo: TypistTech/wp-cloudflare-guard - provider: pages diff --git a/README.txt b/README.txt index a5bd917..9f3a92c 100644 --- a/README.txt +++ b/README.txt @@ -3,7 +3,8 @@ Contributors: typisttech, tangrufus Donate link: https://www.typist.tech/donate/wp-cloudflare-guard/ Tags: cloudflare, firewall, security, spam Requires at least: 4.7 -Tested up to: 4.7.3 +Requires PHP: 7.0.0 +Tested up to: 4.9.1 Stable tag: 0.2.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html