Skip to content

Commit

Permalink
Adds circle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
qejk committed Apr 28, 2016
1 parent cd884a2 commit d893223
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
machine:
node:
version: 0.10.33
pre:
- curl https://install.meteor.com | /bin/sh
dependencies:
pre:
- npm install -g spacejam
test:
override:
- spacejam test-packages ./

0 comments on commit d893223

Please sign in to comment.