Changeset 40412 for branches/4.6
- Timestamp:
- 04/10/2017 11:29:17 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.6/.travis.yml
r40273 r40412 13 13 env: WP_TRAVISCI=travis:js 14 14 - php: 5.2 15 - php: 5.316 - php: 5.417 - php: 5.518 15 - php: 5.6 19 16 - php: 5.6 20 17 env: WP_TRAVIS_OBJECT_CACHE=true 21 18 services: memcached 22 - php: hhvm23 sudo: required24 dist: trusty25 group: edge26 addons:27 apt:28 packages:29 - mysql-server-5.630 - mysql-client-core-5.631 - mysql-client-5.632 19 - php: 7.0 33 - php: nightly34 allow_failures:35 - php: hhvm36 - php: nightly37 20 before_install: 38 21 - git clone https://github.com/WordPress/twentysixteen.git src/wp-content/themes/twentysixteen
Note: See TracChangeset
for help on using the changeset viewer.