Skip to content

Commit

Permalink
Set up testing suite with minimal setup
Browse files Browse the repository at this point in the history
  • Loading branch information
azizur committed Apr 21, 2016
1 parent b63f7ce commit c8188e0
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,24 @@ language: php

php:
# using major version aliases
- hhvm
# - hhvm
- 7.0
- 5.6
- 5.3
- 5.5
- 5.4
# - 5.6
# - 5.3
# - 5.5
# - 5.4

env:
- WP_VERSION=latest WP_MULTISITE=0
- WP_VERSION=latest WP_MULTISITE=1
- WP_VERSION=4.4 WP_MULTISITE=0
- WP_VERSION=4.4 WP_MULTISITE=1
- WP_VERSION=latest WP_MULTISITE=0
# - WP_VERSION=latest WP_MULTISITE=1
# - WP_VERSION=4.5 WP_MULTISITE=0
# - WP_VERSION=4.5 WP_MULTISITE=1
# - WP_VERSION=4.4 WP_MULTISITE=0
# - WP_VERSION=4.4 WP_MULTISITE=1

before_script:
- bash bin/install-wp-tests.sh wordpress_test root '' localhost $WP_VERSION
# set up testing suite
- export WP_TESTS_DIR=/tmp/wordpress-tests/
- bash bin/install-wp-tests.sh wordpress_test root '' localhost $WP_VERSION

script: phpunit

0 comments on commit c8188e0

Please sign in to comment.