We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a4ec63 commit 6654b6aCopy full SHA for 6654b6a
circle.yml
@@ -1,7 +1,10 @@
1
machine:
2
node:
3
version: 4.1.0
4
-
+dependencies:
5
+ pre:
6
+ - npm install -g npm
7
+ - npm install js-data@^3.0.0-beta.3 mongodb bson
8
test:
9
override:
10
- npm run ci
0 commit comments