Skip to content

Commit

Permalink
Update cirle configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
tusbar committed Mar 30, 2016
1 parent 5646335 commit 25db32b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions circle.yml
@@ -1,12 +1,12 @@
machine:
node:
version: 0.12.7
version: stable


dependencies:
pre:
# Install grunt-cli as we’re using a custom node version.
- which grunt || npm install -g grunt-cli@0.1.13
- which grunt || npm install -g grunt-cli

test:
post:
Expand Down

0 comments on commit 25db32b

Please sign in to comment.