Changeset 12614
- Timestamp:
- 04/10/2020 05:06:07 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/.travis.yml
r12399 r12614 3 3 # Use new Travis container-based infrastructure 4 4 # http://docs.travis-ci.com/user/workers/container-based-infrastructure/ 5 sudo: false 5 os: linux 6 6 7 7 language: php … … 21 21 php: 22 22 - 7.3 23 - 7.224 23 - 5.6 25 24 … … 41 40 - php: 7.3 42 41 env: WP_VERSION=master BP_TRAVISCI=travis:phpcompat 42 - php: 7.2 43 env: WP_VERSION=master BP_TRAVISCI=travis:phpunit 44 dist: precise 45 - php: 7.2 46 env: WP_VERSION=5.2 BP_TRAVISCI=travis:phpunit 47 dist: precise 48 - php: 7.2 49 env: WP_VERSION=5.1 BP_TRAVISCI=travis:phpunit 50 dist: precise 51 - php: 7.2 52 env: WP_VERSION=5.0 BP_TRAVISCI=travis:phpunit 43 53 - php: 5.3 44 54 env: WP_VERSION=4.8 BP_TRAVISCI=travis:phpunit
Note: See TracChangeset
for help on using the changeset viewer.