Update .travis.yml
This commit is contained in:
parent
21735e067b
commit
887a5150e7
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ cache:
|
||||||
directories:
|
directories:
|
||||||
- vendor
|
- vendor
|
||||||
- "$HOME/.composer/cache"
|
- "$HOME/.composer/cache"
|
||||||
after_success: after_success: curl -L https://raw.githubusercontent.com/pfefferle/wordpress-activitypub/master/bin/deploy.sh | bash
|
after_success: curl -L https://raw.githubusercontent.com/pfefferle/wordpress-activitypub/master/bin/deploy.sh | bash
|
||||||
env:
|
env:
|
||||||
matrix:
|
matrix:
|
||||||
- WP_VERSION=latest WP_MULTISITE=0
|
- WP_VERSION=latest WP_MULTISITE=0
|
||||||
|
|
Loading…
Reference in a new issue