-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Evan Herman
committed
Jul 11, 2016
1 parent
2f95aac
commit 1df65a8
Showing
47 changed files
with
3,749 additions
and
649 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,51 +1,51 @@ | ||
language: php | ||
|
||
sudo: false | ||
|
||
php: | ||
- 5.3 | ||
- 5.4 | ||
- 5.5 | ||
- 5.6 | ||
- 7.0 | ||
- hhvm | ||
|
||
env: | ||
- WP_VERSION=latest WP_MULTISITE=0 | ||
- WP_VERSION=4.4 WP_MULTISITE=0 | ||
- WP_VERSION=4.3 WP_MULTISITE=0 | ||
- WP_VERSION=4.2 WP_MULTISITE=0 | ||
- WP_VERSION=4.1 WP_MULTISITE=0 | ||
- WP_VERSION=4.0 WP_MULTISITE=0 | ||
|
||
matrix: | ||
include: | ||
- php: 5.4 | ||
env: WP_VERSION=latest WP_MULTISITE=1 | ||
exclude: | ||
- php: hhvm | ||
env: WP_VERSION=4.0 WP_MULTISITE=0 | ||
- php: 5.3 | ||
env: WP_VERSION=latest WP_MULTISITE=0 | ||
|
||
before_script: | ||
- bash bin/install-wp-tests.sh wordpress_test root '' localhost $WP_VERSION | ||
|
||
script: | ||
- if [[ $TRAVIS_PHP_VERSION = '5.5' && $WP_VERSION = 'latest' && $WP_MULTISITE = '0' | ||
]]; then phpunit --coverage-clover=coverage.clover; else phpunit; fi | ||
|
||
after_script: | ||
- if [[ $TRAVIS_PHP_VERSION = '5.5' && $WP_VERSION = 'latest' && $WP_MULTISITE = '0' | ||
]]; then wget https://scrutinizer-ci.com/ocular.phar; fi | ||
- if [[ $TRAVIS_PHP_VERSION = '5.5' && $WP_VERSION = 'latest' && $WP_MULTISITE = '0' | ||
]]; then php ocular.phar code-coverage:upload --format=php-clover coverage.clover; | ||
fi | ||
|
||
|
||
notifications: | ||
email: | ||
on_success: change | ||
on_failure: change | ||
slack: | ||
secure: Vl+EtMXcpx8JowBmLNrWhAyvebu/VF7hXVFX5BFMl/6vA5GBE6hnw3vI/TlB6PAso4Mv6yMVY4xUzzBYWow3ClwaTCYNlCTxQEUon2H7FIqGV3Wrir28zxGcSAX7VHGf3w6acHP7LnPIQrIctRjKqcbYVbjR36ha9gJgUU/OUeI= | ||
language: php | ||
|
||
sudo: false | ||
|
||
php: | ||
- 5.3 | ||
- 5.4 | ||
- 5.5 | ||
- 5.6 | ||
- 7.0 | ||
- hhvm | ||
|
||
env: | ||
- WP_VERSION=latest WP_MULTISITE=0 | ||
- WP_VERSION=4.4 WP_MULTISITE=0 | ||
- WP_VERSION=4.3 WP_MULTISITE=0 | ||
- WP_VERSION=4.2 WP_MULTISITE=0 | ||
- WP_VERSION=4.1 WP_MULTISITE=0 | ||
- WP_VERSION=4.0 WP_MULTISITE=0 | ||
|
||
matrix: | ||
include: | ||
- php: 5.4 | ||
env: WP_VERSION=latest WP_MULTISITE=1 | ||
exclude: | ||
- php: hhvm | ||
env: WP_VERSION=4.0 WP_MULTISITE=0 | ||
- php: 5.3 | ||
env: WP_VERSION=latest WP_MULTISITE=0 | ||
|
||
before_script: | ||
- bash bin/install-wp-tests.sh wordpress_test root '' localhost $WP_VERSION | ||
|
||
script: | ||
- if [[ $TRAVIS_PHP_VERSION = '5.5' && $WP_VERSION = 'latest' && $WP_MULTISITE = '0' | ||
]]; then phpunit --coverage-clover=coverage.clover; else phpunit; fi | ||
|
||
after_script: | ||
- if [[ $TRAVIS_PHP_VERSION = '5.5' && $WP_VERSION = 'latest' && $WP_MULTISITE = '0' | ||
]]; then wget https://scrutinizer-ci.com/ocular.phar; fi | ||
- if [[ $TRAVIS_PHP_VERSION = '5.5' && $WP_VERSION = 'latest' && $WP_MULTISITE = '0' | ||
]]; then php ocular.phar code-coverage:upload --format=php-clover coverage.clover; | ||
fi | ||
|
||
|
||
notifications: | ||
email: | ||
on_success: change | ||
on_failure: change | ||
slack: | ||
secure: Vl+EtMXcpx8JowBmLNrWhAyvebu/VF7hXVFX5BFMl/6vA5GBE6hnw3vI/TlB6PAso4Mv6yMVY4xUzzBYWow3ClwaTCYNlCTxQEUon2H7FIqGV3Wrir28zxGcSAX7VHGf3w6acHP7LnPIQrIctRjKqcbYVbjR36ha9gJgUU/OUeI= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.