Skip to content

Commit

Permalink
0.2.5 release
Browse files Browse the repository at this point in the history
Signed-off-by: Outsider <outsideris@gmail.com>
  • Loading branch information
outsideris committed May 26, 2018
1 parent 482c017 commit 7ad98e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
11 changes: 1 addition & 10 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ node_js:
stages:
- lint
- test
- prepare deploy
- github releas
- docker release
services:
Expand Down Expand Up @@ -44,16 +43,8 @@ jobs:
- stage: test
script: npm test -- --forbid-only
node_js: '10'
- stage: prepare deploy
script: skip
deploy:
provider: script
script: npm run build
skip_cleanup: true
on:
tags: true
- stage: github release
script: echo "Deploying to GitHub releases"
script: npm run build
deploy:
provider: releases
api_key:
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "citizen",
"version": "0.2.4",
"version": "0.2.5",
"private": true,
"bin": {
"citizen": "./bin/citizen"
Expand Down

0 comments on commit 7ad98e0

Please sign in to comment.