File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -14,15 +14,16 @@ addons:
1414services :
1515 - selenium
1616
17- script :
17+ build :
18+ ci :
1819 - bundle install
1920 - bundle exec rubocop --format emacs --out tmp/rubocop.txt || true
2021 - bundle exec brakeman -o tmp/brakeman.json
2122 - bundle exec brakeman_translate_checkstyle_format translate --file="tmp/brakeman.json" > tmp/brakeman_checkstyle.xml
2223
2324 - COVERAGE=true xvfb-run --server-args="-screen 0 1024x768x24" bundle exec rake ci:setup:rspec spec
2425
25- after_script :
26+ post_ci :
2627 - curl -s https://testspace-client.s3.amazonaws.com/testspace-linux.tgz | sudo tar -zxvf- -C /usr/local/bin
2728 - CI_REPORTS=$PWD/spec/reports testspace @.testspace $TESTSPACE_TOKEN/${BRANCH}#ship.Build.${BUILD_NUMBER}
2829
You can’t perform that action at this time.
0 commit comments