Skip to content

Commit

Permalink
Remove PHP 5.3, 5.4 and 5.5 tests from Travis config.
Browse files Browse the repository at this point in the history
  • Loading branch information
rvdsteege committed May 8, 2019
1 parent f69da4e commit 4936d49
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@ jobs:
- php: 7.1
- php: 7.0
- php: 5.6
- php: 5.5
- php: 5.4
- php: 5.3
dist: precise
env: TRAVIS_DIST_PRECISE=1
- php: nightly
- php: hhvm
allow_failures:
Expand All @@ -52,8 +47,6 @@ cache:
- $HOME/.composer/cache

before_install:
# Install latest version of Node.js (https://github.com/creationix/nvm).
- if [ "${TRAVIS_DIST_PRECISE}" == "1" ]; then nvm install node; fi
# Create database for PHPUnit tests.
- mysql -e 'CREATE DATABASE wp_phpunit_tests;'
# Remove Xdebug for a huge performance increase:
Expand Down

0 comments on commit 4936d49

Please sign in to comment.