Skip to content
This repository was archived by the owner on Jan 10, 2022. It is now read-only.

Commit 8268a61

Browse files
committed
Remove PHP 5.3, 5.4 and 5.5 tests from Travis config.
1 parent 2586028 commit 8268a61

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.travis.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,6 @@ jobs:
3131
- php: 7.1
3232
- php: 7.0
3333
- php: 5.6
34-
- php: 5.5
35-
- php: 5.4
36-
- php: 5.3
37-
dist: precise
38-
env: TRAVIS_DIST_PRECISE=1
3934
- php: nightly
4035
- php: hhvm
4136
allow_failures:
@@ -52,8 +47,6 @@ cache:
5247
- $HOME/.composer/cache
5348

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

0 commit comments

Comments
 (0)