Skip to content

Commit

Permalink
Update to latest circle.yml to use mgp deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rhyslbw committed May 3, 2016
1 parent 715bda6 commit 40702d0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
machine:
node:
version: 0.10.33
environment:
PACKAGE_DIRS: packages
pre:
- curl https://install.meteor.com | /bin/sh
dependencies:
pre:
- npm install -g mgp
- npm install -g spacejam
override:
- mgp
test:
override:
- spacejam test-packages ./

0 comments on commit 40702d0

Please sign in to comment.