forked from TransactPRO/transactpro-integration-php
-
Notifications
You must be signed in to change notification settings - Fork 0
/
phpci.yml
39 lines (34 loc) · 926 Bytes
/
phpci.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
build_settings:
verbose: true
setup:
shell:
- echo "Running 'setup' stage"
- mkdir -p build/logs
composer:
action: install
test:
shell:
- echo "Running 'test' stage"
php_unit:
coverage: build/logs
complete:
shell:
- echo "Running 'complete' stage"
success:
shell:
- echo "Running 'success' stage"
hipchat_notify:
authToken: 5c61bb64ce591250062db91d6ca1c3
room: 269893
message: <b>%PROJECT_TITLE%</b> - build <a href="%BUILD_URI%">%BUILD%</a> succeed!
color: green
notify: true
failure:
shell:
- echo "Running 'failure' stage"
hipchat_notify:
authToken: 5c61bb64ce591250062db91d6ca1c3
room: 269893
message: <b>%PROJECT_TITLE%</b> - build <a href="%BUILD_URI%">%BUILD%</a> failed!
color: red
notify: true