We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83913e7 commit 2dd7892Copy full SHA for 2dd7892
1 file changed
shippable.yml
@@ -14,15 +14,16 @@ addons:
14
services:
15
- selenium
16
17
-script:
+build:
18
+ ci:
19
- bundle install
20
- bundle exec rubocop --format emacs --out tmp/rubocop.txt || true
21
- bundle exec brakeman -o tmp/brakeman.json
22
- bundle exec brakeman_translate_checkstyle_format translate --file="tmp/brakeman.json" > tmp/brakeman_checkstyle.xml
23
24
- COVERAGE=true xvfb-run --server-args="-screen 0 1024x768x24" bundle exec rake ci:setup:rspec spec
25
-after_script:
26
+ post_ci:
27
- curl -s https://testspace-client.s3.amazonaws.com/testspace-linux.tgz | sudo tar -zxvf- -C /usr/local/bin
28
- CI_REPORTS=$PWD/spec/reports testspace @.testspace $TESTSPACE_TOKEN/${BRANCH}#ship.Build.${BUILD_NUMBER}
29
0 commit comments