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 411b6cb commit 46b1135Copy full SHA for 46b1135
.circleci/config.yml
@@ -0,0 +1,16 @@
1
+version: 2
2
+jobs:
3
+ build:
4
+ docker:
5
+ - image: circleci/node:4.8.2
6
+ steps:
7
+ - checkout
8
+ - run:
9
+ name: update-npm
10
+ command: 'sudo npm install -g npm@latest'
11
12
+ name: install-npm
13
+ command: npm install
14
15
+ name: test
16
+ command: npm test
0 commit comments