Skip to content

Commit 32f82b5

Browse files
authored
fixed Codeship command
1 parent b6fce2b commit 32f82b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codeship-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
- testspace_sample
44
steps:
55
- command: testspace [Tests]./test/reports/TEST*.xml{test} coverage/coverage.xml --command "bundle exec rake minitest test"
6-
- command: testspace tmp/rubocop.txt{lint} tmp/brakeman_checkstyle.xml tmp/scss-lint.txt{lint} --command="./run_analysis.sh"
6+
- command: testspace tmp/rubocop.txt{lint} tmp/brakeman_checkstyle.xml tmp/scss-lint.txt{lint} --command ./run_analysis.sh

0 commit comments

Comments
 (0)