Skip to content

Commit 2dd7892

Browse files
committed
ship syntax
1 parent 83913e7 commit 2dd7892

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

shippable.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,16 @@ addons:
1414
services:
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

0 commit comments

Comments
 (0)