Skip to content

Commit

Permalink
enable alpha releases on debug branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Iain McDonald committed May 29, 2018
1 parent 1c9425d commit 8cc4302
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -15,9 +15,9 @@ stages:
- unit-test
- integration-test
- name: tag
if: branch = master
if: branch = debug
- name: deploy
if: tag =~ ^([0-9]\.){2}[0-9]$
if: tag =~ ^([0-9]\.){2}[0-9](-alpha)?$

jobs:
include:
Expand Down Expand Up @@ -52,4 +52,4 @@ jobs:
on:
tags: true
repo: iamcdonald/pckr
if: tag =~ ^([0-9]\.){2}[0-9]$
if: tag =~ ^([0-9]\.){2}[0-9](-alpha)?$
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "pckr",
"version": "0.1.0",
"version": "0.1.1-alpha",
"description": "",
"main": "src/Pckr.js",
"bin": {
Expand Down

0 comments on commit 8cc4302

Please sign in to comment.