Skip to content
Snippets Groups Projects
Commit 7721e2cf authored by Erick Hitter's avatar Erick Hitter
Browse files

Refine Travis config, only PHP 7 here

parent 38b414ad
Branches
No related tags found
No related merge requests found
...@@ -8,31 +8,28 @@ notifications: ...@@ -8,31 +8,28 @@ notifications:
on_success: never on_success: never
on_failure: change on_failure: change
branches:
only:
- master
cache: cache:
directories: directories:
- $HOME/.composer/cache - $HOME/.composer/cache
matrix: matrix:
include: include:
- php: 7.2
env: WP_VERSION=latest
- php: 7.1 - php: 7.1
env: WP_VERSION=latest env: WP_VERSION=latest
- php: 7.0 - php: 7.0
env: WP_VERSION=latest env: WP_VERSION=latest
- php: 5.6 - php: 7.2
env: WP_VERSION=4.4 env: WP_VERSION=trunk
- php: 5.6 - php: 7.1
env: WP_VERSION=latest
- php: 5.6
env: WP_VERSION=trunk env: WP_VERSION=trunk
- php: 5.6 - php: 7.0
env: WP_VERSION=trunk
- php: 7.1
env: WP_TRAVISCI=phpcs env: WP_TRAVISCI=phpcs
- php: 5.3 allow_failures:
env: WP_VERSION=latest - php: 7.2
dist: precise
before_script: before_script:
- export PATH="$HOME/.composer/vendor/bin:$PATH" - export PATH="$HOME/.composer/vendor/bin:$PATH"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment