You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .travis.yml
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,13 @@ language: php
4
4
branches:
5
5
only:
6
6
- master
7
+
- trunk
7
8
- develop
8
9
- /^release\/*/
9
10
- /^hotfix\/\d+\.\d+(\.\d+)?(-\S*)?$/
10
11
- /^feature\/*/
11
12
# Also build tags like 1.1.1 or 1.1 for deployment.
12
13
- /^\d+\.\d+(\.\d+)?(-\S*)?$/
13
-
# for testing deploy
14
-
- push-to-dist
15
14
16
15
cache:
17
16
directories:
@@ -53,7 +52,7 @@ jobs:
53
52
grunt update-version
54
53
fi
55
54
- grunt artifact
56
-
if: ( tag IS present OR branch =~ /^feature\// OR branch =~ /^release\// OR branch =~ /^hotfix\// OR branch = trunk OR branch = push-to-dist ) AND type != pull_request
55
+
if: ( tag IS present OR branch =~ /^feature\// OR branch =~ /^release\// OR branch =~ /^hotfix\// OR branch = trunk OR branch = develop ) AND type != pull_request
0 commit comments