We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ae4201 commit 97bdc5bCopy full SHA for 97bdc5b
.travis.yml
@@ -12,6 +12,7 @@ notifications:
12
branches:
13
only:
14
- master
15
+ - /^release-.+$/
16
17
cache:
18
directories:
@@ -20,7 +21,7 @@ cache:
20
21
env:
22
global:
23
- PATH="$TRAVIS_BUILD_DIR/vendor/bin:$PATH"
- - WP_CLI_BIN_DIR="$TRAVIS_BUILD_DIR/vendor/bin"
24
+ - WP_CLI_BIN_DIR=/tmp/wp-cli-phar
25
26
before_install:
27
- |
@@ -37,6 +38,7 @@ before_install:
37
38
39
install:
40
- composer install
41
+ - ./ci/prepare.sh
42
- composer prepare-tests
43
44
script:
@@ -72,3 +74,6 @@ jobs:
72
74
php: 5.4
73
75
dist: precise
76
env: WP_VERSION=latest
77
+ - stage: deploy
78
+ env: DEPLOY_BRANCH=master
79
+ script: ./ci/deploy.sh
0 commit comments