Skip to content

Commit 1bc3fe5

Browse files
committed
ship format
1 parent 6595e15 commit 1bc3fe5

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

shippable.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,14 @@ env:
88
global:
99
- secure: Ug5KuSwbLk2AF5dkSrGZ30VMsKR/UqugSc8y3IJtt1zARJYwNKgRU+e+2MCPBi78P9qZqEnwiK9zNzMpTBO/u8Bbs9/xG/4f0ixPFpyR8KUj8Mb6Kxr38Kr6qu1Wf/JHPW5+jR2sr5Sw2rfjyYACSOGoBExa33hwRoZtqPytghYYafoE+GNjSniwKm7Izub2HDd6zliErsOzcshlH+f76TrqPIqlSYmgDA/5PrPBP3I7QOJ8a5Y8QVQ8RNjI020QpUFqDzi7G/nZ/SmyIcr0oFQYGHmpV0+u196DjWfU/GdY5kygDsbxOgUcLoeWNkLXbTBmOtc2+dgEMj29uFy7Mg==
1010

11-
script:
11+
build:
12+
ci:
1213
- composer install
1314
- vendor/bin/phpcs src tests --report-gitblame=analysis-sniffer-blame.txt --report-checkstyle=analysis-sniffer.xml || true
1415
- vendor/bin/phpmd src,tests xml codesize,naming,unusedcode --reportfile analysis-mess.xml || true
1516
- vendor/bin/phpunit tests/unit --log-junit tests-results.xml --coverage-clover coverage.xml
1617

17-
after_script:
18+
post_ci:
1819
- curl -s https://testspace-client.s3.amazonaws.com/testspace-linux.tgz | sudo tar -zxvf- -C /usr/local/bin
1920
- testspace publish @.testspace $TESTSPACE_TOKEN/${BRANCH}#ship.Build.${BUILD_NUMBER}
2021

0 commit comments

Comments
 (0)