Skip to content

Commit

Permalink
Added: circle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jfelchner committed Mar 26, 2015
1 parent 3b03c7e commit 35e39a9
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions circle.yml
@@ -0,0 +1,18 @@
machine:
timezone: Greenwich
environment:
CONTINUOUS_INTEGRATION: true
post:
- "echo 'IFS=\"|\" && export CHAMBER_KEY=\"$(echo -e $CHAMBER_KEY)\"' >> .circlerc"

test:
pre:
- 'gem install rubocop'
override:
- 'bundle exec rspec && rubocop -D'

deployment:
production:
branch: master
commands:
- ./bin/deploy

0 comments on commit 35e39a9

Please sign in to comment.