Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Commit

Permalink
fix: use version long flag for circle test (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
RasPhilCo authored and jdx committed Mar 21, 2018
1 parent 449f030 commit 6497188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/circle.yml.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- run: .circleci/greenkeeper
- run: yarn add -D <%- deps %>
<%_ if (['single', 'multi'].includes(type)) { _%>
- run: ./bin/run -v
- run: ./bin/run --version
<%_ } _%>
<%_ if (['single', 'multi', 'plugin'].includes(type)) { _%>
- run: ./bin/run --help
Expand Down

0 comments on commit 6497188

Please sign in to comment.