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

Commit

Permalink
Travis: Update config
Browse files Browse the repository at this point in the history
  • Loading branch information
tangrufus committed Jan 8, 2018
1 parent eac9966 commit 77aad15
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
19 changes: 9 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
language: php

dist: trusty

# Wait until travis bug fixes
sudo: require

branches:
only:
- master
Expand Down Expand Up @@ -32,18 +27,22 @@ notifications:
php:
- 7.0
- 7.1
- 7.2
- nightly

env:
global:
- COMPOSER_NO_INTERACTION=1
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

Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
3 changes: 2 additions & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 77aad15

Please sign in to comment.