We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b273d2 commit 1e73e29Copy full SHA for 1e73e29
.circleci/config.yml
@@ -14,24 +14,24 @@ jobs:
14
- image: node
15
steps:
16
- run:
17
- name: Versions
18
- command: npm version
+ name: Versions
+ command: npm version
19
- checkout
20
21
- name: Install dependencies
22
- command: npm install
+ name: Install dependencies
+ command: npm install
23
24
- name: Lint
25
- command: npm run lint
+ name: Lint
+ command: npm run lint
26
27
- name: Test
28
- command: npm test
+ name: Test
+ command: npm test
29
30
- name: Compile
31
- command: npm run compile
+ name: Compile
+ command: npm run compile
32
33
- name: Integration
34
- command: npm run wdio-ci
+ name: Integration
+ command: npm run wdio-ci
35
36
node-v6:
37
<<: *node-base
0 commit comments