-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy path.travis.yml
29 lines (22 loc) · 835 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
sudo: false
language: php
php:
- 5.6
- 7.0
matrix:
include:
- php: 7.0
env: WP_VERSION=latest WP_MULTISITE=0 WP_PULUGIN_DEPLOY=1
env:
matrix:
- WP_VERSION=nightly WP_MULTISITE=0
- WP_VERSION=latest WP_MULTISITE=0
- WP_VERSION=4.0 WP_MULTISITE=0
global:
- SVN_REPO: https://plugins.svn.wordpress.org/tinymce-templates/
- GH_REF: https://github.com/miya0001/tinymce-templates.git
- secure: "fW8E/DGbpoUsrEVQDRtYh2odDvr4niQEacXdQTg2JdZhmqw558qAL4LBCkB3a1rIDCvgdI3h/rb44zyswZrPAT8W0W4Et1Xr02xta30jIkzVrKJK2uNTTaDjgJvn8A4MzeAandIjzBig6ihFZNjOmm+z/fIcePWvEo/9CxCcGN4="
before_script:
- bash bin/install-wp-tests.sh wordpress_test root '' localhost $WP_VERSION
script: phpunit
after_success: curl -L https://raw.githubusercontent.com/miya0001/travis2wpplugin/master/deploy.sh | bash