Skip to content

Commit fd9605a

Browse files
committed
merge develop branch into master
2 parents 9eb8781 + 8a90f1b commit fd9605a

File tree

254 files changed

+2898
-3805
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

254 files changed

+2898
-3805
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Travis CI Configuration File
22

3+
# Use Travis CI container-based infrastructure
4+
# See: http://docs.travis-ci.com/user/workers/container-based-infrastructure/
5+
sudo: false
6+
37
# Tell Travis CI we're using PHP
48
language: php
59

@@ -11,6 +15,8 @@ php:
1115
env:
1216
- WP_VERSION=3.9.1 WP_TESTS_DIR=/tmp/wordpress/tests/phpunit WP_CORE_DIR=/tmp/wordpress
1317
- WP_VERSION=4.0.1 WP_TESTS_DIR=/tmp/wordpress/tests/phpunit WP_CORE_DIR=/tmp/wordpress
18+
- WP_VERSION=4.1.5 WP_TESTS_DIR=/tmp/wordpress/tests/phpunit WP_CORE_DIR=/tmp/wordpress
19+
- WP_VERSION=4.2.2 WP_TESTS_DIR=/tmp/wordpress/tests/phpunit WP_CORE_DIR=/tmp/wordpress
1420

1521
# Only test the unittests branch for now
1622
branches:

css/editor-style.css

Lines changed: 13 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/editor-style.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)