Skip to content

Commit 1e73e29

Browse files
committed
fix(plugin): formatting of config.yaml
1 parent 0b273d2 commit 1e73e29

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.circleci/config.yml

+12-12
Original file line numberDiff line numberDiff line change
@@ -14,24 +14,24 @@ jobs:
1414
- image: node
1515
steps:
1616
- run:
17-
name: Versions
18-
command: npm version
17+
name: Versions
18+
command: npm version
1919
- checkout
2020
- run:
21-
name: Install dependencies
22-
command: npm install
21+
name: Install dependencies
22+
command: npm install
2323
- run:
24-
name: Lint
25-
command: npm run lint
24+
name: Lint
25+
command: npm run lint
2626
- run:
27-
name: Test
28-
command: npm test
27+
name: Test
28+
command: npm test
2929
- run:
30-
name: Compile
31-
command: npm run compile
30+
name: Compile
31+
command: npm run compile
3232
- run:
33-
name: Integration
34-
command: npm run wdio-ci
33+
name: Integration
34+
command: npm run wdio-ci
3535

3636
node-v6:
3737
<<: *node-base

0 commit comments

Comments
 (0)