Skip to content

Commit

Permalink
Trying to migrate to CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
hugocorbucci committed Jul 23, 2017
1 parent 4c5f152 commit 2acab17
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# Agile Brazil's Identity System [![Build Status](https://snap-ci.com/agile-alliance-brazil/identity/branch/master/build_image)](https://snap-ci.com/agile-alliance-brazil/identity/branch/master) [![Dependency Status](https://gemnasium.com/agile-alliance-brazil/identity.svg)](https://gemnasium.com/agile-alliance-brazil/identity) [![Code Climate](https://codeclimate.com/github/agile-alliance-brazil/identity/badges/gpa.svg)](https://codeclimate.com/github/agile-alliance-brazil/identity) [![Test Coverage](https://codeclimate.com/github/agile-alliance-brazil/identity/badges/coverage.svg)](https://codeclimate.com/github/agile-alliance-brazil/identity)
# Agile Brazil's Identity System
[![Build Status](https://circleci.com/gh/agile-alliance-brazil/identity.svg?style=svg)](https://circleci.com/gh/agile-alliance-brazil/identity) [![Dependency Status](https://gemnasium.com/agile-alliance-brazil/identity.svg)](https://gemnasium.com/agile-alliance-brazil/identity) [![Code Climate](https://codeclimate.com/github/agile-alliance-brazil/identity/badges/gpa.svg)](https://codeclimate.com/github/agile-alliance-brazil/identity) [![Test Coverage](https://codeclimate.com/github/agile-alliance-brazil/identity/badges/coverage.svg)](https://codeclimate.com/github/agile-alliance-brazil/identity)

An identity system that accumulates authentication and user data for Agile Brazil's system. Authorization should be handled by each individual system.
12 changes: 12 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
dependencies:
pre:
- gem update --system
- gem install bundler
test:
override:
- bundle exec rake ci
deployment:
staging:
branch: master
heroku:
appname: agile-alliance-brazil-identity

0 comments on commit 2acab17

Please sign in to comment.