Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
WP Plugins
Camo Image Proxy
Commits
7721e2cf
Commit
7721e2cf
authored
Feb 18, 2018
by
Erick Hitter
Browse files
Refine Travis config, only PHP 7 here
parent
38b414ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
.travis.yml
View file @
7721e2cf
...
...
@@ -8,31 +8,28 @@ notifications:
on_success
:
never
on_failure
:
change
branches
:
only
:
-
master
cache
:
directories
:
-
$HOME/.composer/cache
matrix
:
include
:
-
php
:
7.2
env
:
WP_VERSION=latest
-
php
:
7.1
env
:
WP_VERSION=latest
-
php
:
7.0
env
:
WP_VERSION=latest
-
php
:
5.6
env
:
WP_VERSION=4.4
-
php
:
5.6
env
:
WP_VERSION=latest
-
php
:
5.6
-
php
:
7.2
env
:
WP_VERSION=trunk
-
php
:
7.1
env
:
WP_VERSION=trunk
-
php
:
5.6
-
php
:
7.0
env
:
WP_VERSION=trunk
-
php
:
7.1
env
:
WP_TRAVISCI=phpcs
-
php
:
5.3
env
:
WP_VERSION=latest
dist
:
precise
allow_failures
:
-
php
:
7.2
before_script
:
-
export PATH="$HOME/.composer/vendor/bin:$PATH"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment