Skip to content

Commit

Permalink
chore(ci): deploy vd+ commits
Browse files Browse the repository at this point in the history
  • Loading branch information
valorkin committed May 31, 2018
1 parent 1acd1a3 commit 46899e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ env:
stages:
- &stage
name: precache
if: ( branch = development AND type = push ) OR type = pull_request OR tag =~ ^v2
if: ( branch = development AND type = push ) OR type = pull_request OR tag =~ ^v\d+
- <<: *stage
name: lint
- <<: *stage
Expand All @@ -30,7 +30,7 @@ stages:
- <<: *stage
name: build
- name: deploy
if: branch = development AND type = push OR tag =~ ^v2
if: branch = development AND type = push OR tag =~ ^v\d+
- name: publish
if: tag =~ ^v\d+
- <<: *stage
Expand Down

0 comments on commit 46899e5

Please sign in to comment.