Skip to content

Commit

Permalink
Merge pull request #1587 from INN/1579-php-73
Browse files Browse the repository at this point in the history
add PHP 7.3, commented out, to .travis.yml
  • Loading branch information
benlk authored Dec 7, 2018
2 parents 4edb7c0 + 799d011 commit e77756f
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ language: php
# - "7.0"
# - "7.1"
# - "7.2"
# - "7.3"

# WordPress version used in first build configuration.
# env:
Expand All @@ -23,7 +24,6 @@ language: php
# - WP_VERSION=4.8
# - WP_VERSION=4.7
# - WP_VERSION=4.6
# - WP_VERSION=4.5
#
# The GUTENBERG env var should be set in WordPress versions where we want to run Gutenberg tests, but Gutenberg has not yet been included in WordPress Core. For 5.0, there is no need to set the GUTENBERG variable.
#
Expand Down Expand Up @@ -62,6 +62,10 @@ matrix:
# env: WP_VERSION=4.9 WP_TESTS_DIR=/tmp/wordpress/tests/phpunit WP_CORE_DIR=/tmp/wordpress
# - php: 7.2
# env: WP_VERSION=5.0 WP_TESTS_DIR=/tmp/wordpress/tests/phpunit WP_CORE_DIR=/tmp/wordpress
# - php: 7.3
# env: WP_VERSION=4.9 WP_TESTS_DIR=/tmp/wordpress/tests/phpunit WP_CORE_DIR=/tmp/wordpress
# - php: 7.3
# env: WP_VERSION=5.0 WP_TESTS_DIR=/tmp/wordpress/tests/phpunit WP_CORE_DIR=/tmp/wordpress


# Only test the main development branches for now
Expand All @@ -76,7 +80,7 @@ before_script:
- export WP_TESTS_DIR=/tmp/wordpress/tests/phpunit
- export WP_CORE_DIR=/tmp/wordpress/
- git clone --depth=1 --branch="$WP_VERSION" git://develop.git.wordpress.org/ $WP_CORE_DIR
- if [ GUTENBERG ]; then git clone --depth=1 --branch="v4.2.0" https://github.com/WordPress/gutenberg.git $WP_CORE_DIR'src/wp-content/plugins/gutenberg'; fi
- if [ GUTENBERG ]; then git clone --depth=1 --branch="v4.6.0" https://github.com/WordPress/gutenberg.git $WP_CORE_DIR'src/wp-content/plugins/gutenberg'; fi
- cd ..
- mv $SLUG "$WP_CORE_DIR/src/wp-content/themes/$SLUG"
- cd $WP_CORE_DIR
Expand Down

0 comments on commit e77756f

Please sign in to comment.