Skip to content

Commit

Permalink
Updated CircleCI config
Browse files Browse the repository at this point in the history
  • Loading branch information
robertstettner committed Feb 2, 2016
1 parent 23e7d2b commit 179aba5
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
general:
artifacts:
- "reports"

machine:
node:
version: 0.12.9
environment:
CIRCLE_TEST_REPORTS: "reports/"
CIRCLE_TEST_REPORTS: reports

dependencies:
cache_directories:
- "node_modules"
pre:
- npm install -g grunt-cli

test:
override:
Expand Down

0 comments on commit 179aba5

Please sign in to comment.