Skip to content

Commit

Permalink
Merge pull request #14 from thisissoon/feature/circle-ci
Browse files Browse the repository at this point in the history
Feature: Circle CI
  • Loading branch information
edoparearyee committed Jul 2, 2015
2 parents 23d3ce3 + 6a24f7e commit 79789f7
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
#
# CircleCI Configuration
#

# Machine Settings

machine:
node:
version: 0.12.5

# Dependencies

dependencies:
pre:
- npm install -g grunt-cli bower
override:
- npm -d install

# Test Commands

test:
override:
- grunt test:development
- grunt test
post:
- ./node_modules/coveralls/bin/coveralls.js < coverage/lcov.info

0 comments on commit 79789f7

Please sign in to comment.