Skip to content

Commit

Permalink
hello circleci and goodbye travisci
Browse files Browse the repository at this point in the history
  • Loading branch information
uchida committed Nov 21, 2015
1 parent 40b6003 commit 596ace1
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .travis.yml

This file was deleted.

22 changes: 22 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
machine:
python:
version: 2.7.10
environment:
GITHUB_USER: $CIRCLE_PROJECT_USERNAME

dependencies:
override:
- go get github.com/github/hub
- hub version
pre:
- pip install git+https://github.com/uchida/yamlfred.git

test:
override:
- yamlfred create "${CIRCLE_PROJECT_REPONAME}"

deployment:
release:
tag: /[0-9]+\.[0-9]+\.[0-9]+/
commands:
- hub release create -a "${CIRCLE_PROJECT_REPONAME}.alfredworkflow" -m "Release ${CIRCLE_TAG}" "${CIRCLE_TAG}"

0 comments on commit 596ace1

Please sign in to comment.