Skip to content
This repository has been archived by the owner on Feb 19, 2020. It is now read-only.

Commit

Permalink
Change node version to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
machadoit committed Nov 12, 2015
1 parent 118e0af commit 594df18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
machine:
node:
version: 0.12.0
version: 0.10.0

test:
override:
- npm test
post:
- chmod +x ./bin/codacy-coverage.js && cat ./coverage/lcov.info | node ./bin/codacy-coverage.js
- chmod +x ./bin/codacy-coverage.js && cat ./coverage/lcov.info | node ./bin/codacy-coverage.js

0 comments on commit 594df18

Please sign in to comment.