Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jessehansen committed Dec 21, 2017
1 parent 443ad9a commit 7f63ad8
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ jobs:
steps:
- checkout
- run:
name: install-npm-wee
command: npm install
name: install-npm-wee
command: npm install
- run:
name: install-mocha-junit-reporter
command: npm install mocha-junit-reporter
name: install-mocha-junit-reporter
command: npm install mocha-junit-reporter
- run:
name: test
command: npm run ci
environment:
MOCHA_REPORTER: mocha-junit-reporter
MOCHA_FILE: test-results.xml
name: test
command: npm run ci
environment:
MOCHA_REPORTER: mocha-junit-reporter
MOCHA_FILE: test-results.xml
- store_test_results:
path: test-results.xml
path: test-results.xml
- store_artifacts:
path: test-results.xml
path: test-results.xml

0 comments on commit 7f63ad8

Please sign in to comment.