Skip to content

Commit a54b515

Browse files
committed
Notifications for Travis CI are sent to si-integration@smartandco.com
1 parent bb53299 commit a54b515

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.travis.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,14 @@ env:
1010

1111
before_script:
1212
- composer self-update
13-
- composer install --prefer-source --no-interaction --dev
13+
- composer install --prefer-dist --no-interaction
1414

1515
script:
1616
- bin/phpunit --coverage-text --debug
1717

1818
notifications:
19-
  email:
20-
on_success: always
19+
email:
20+
recipients:
21+
- si-integration@smartandco.com
22+
on_success: change
2123
on_failure: always

0 commit comments

Comments
 (0)