Skip to content
This repository has been archived by the owner on Jun 1, 2022. It is now read-only.

Commit

Permalink
Update email & slack notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
autarch committed Jan 14, 2016
1 parent a469e5f commit 67205ca
Showing 1 changed file with 12 additions and 14 deletions.
26 changes: 12 additions & 14 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,30 +1,28 @@
language: php

---
sudo: false

language: php
php:
- 5.3
- 5.4
- 5.5
- 5.6
- 7.0
- '5.3'
- '5.4'
- '5.5'
- '5.6'
- '7.0'
- hhvm

before_install:
- composer self-update
- composer install --dev -n --prefer-source
- phpenv rehash
- mkdir -p build/logs

script:
- ./vendor/bin/phpunit -c phpunit.xml.dist

after_script:
- php vendor/bin/coveralls

notifications:
email:
on_failure: always
on_success: change
recipients:
- [email protected]
on_success: change
on_failure: always
slack:
rooms:
secure: "YD9FzE5R5vdRdeBgDa+j5oUNTy6mfZWJP1VVPgSGHLHSMerbsatUcRbmO3rf0A9in7MA+EnAjAl2RCIrJAPgyh1V449x4kK0oykLNiwk13PC3D5gJODmfiQlokHn2FlRwY52DG2NsYg7WWkMbNUjfcLVi8pLm4mc9vPUf7asg+4=\n"

0 comments on commit 67205ca

Please sign in to comment.