We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7f4e14 commit 571aebaCopy full SHA for 571aeba
.travis.yml
@@ -25,9 +25,6 @@ env:
25
- PATH="$TRAVIS_BUILD_DIR/vendor/bin:$PATH"
26
- WP_CLI_BIN_DIR="$TRAVIS_BUILD_DIR/vendor/bin"
27
28
-services:
29
- - mysql
30
-
31
before_install:
32
- |
33
# Remove Xdebug for a huge performance increase:
@@ -81,7 +78,3 @@ jobs:
81
78
- stage: test
82
79
php: 5.6
83
80
env: WP_VERSION=trunk
84
- - stage: test
85
- dist: precise
86
- php: 5.4
87
- env: WP_VERSION=5.1
0 commit comments