Skip to content

Commit bb36aed

Browse files
travis ignores release branch and version tags
1 parent 7ce8fea commit bb36aed

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,9 @@ language: node_js
22
node_js:
33
- "0.10"
44
before_script:
5-
- npm install -g grunt-cli
5+
- npm install -g grunt-cli
6+
7+
# ignore the release branch
8+
branches:
9+
- release
10+
- /\d+\.\d+(\.\d+)*/

0 commit comments

Comments
 (0)