Skip to content

Commit

Permalink
Merge pull request zendframework#20 from xtreamwayz/hotfix/slack-noti…
Browse files Browse the repository at this point in the history
…fications

Close zendframework#20
  • Loading branch information
geerteltink committed Mar 31, 2017
2 parents 8a66476 + 987d72e commit 6d23d46
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,5 +95,14 @@ after_script:
- if [[ $TEST_COVERAGE == 'true' ]]; then composer upload-coverage ; fi

notifications:
irc: "irc.freenode.org#zftalk.dev"
email: false
irc:
channels:
- "irc.freenode.org#zftalk.dev"
on_success: change
on_failure: always
slack:
rooms:
- secure: "XdyhujAS1BFZ6S8nJ1+05YrJnKKWVFpouRZHsmxBh2MDLb3KNvr2Y1EavzgJ7W+iCaPssBoBtxpXmCWF5hLGGdp27kJxfZgn9S665nLClMThHKZ/soXeZX+zh79jD9+WL2qMLFCbmy2U0/muENV9QDno7razhGBlZVhu0IPAjtGd8GggXoVIPwET3Z5Z+Vcx3B4bFEjQfv8hZSxxkDNESYHYNfZJozqu+yG54ybOPf1J15kCwI8TJVxsnbT0TnRHVm7b+huJmkrWM2qk5cd2wHT4923fr/9GKB7e9vzFRgykytUOxtjZCV+vFxRzXeZp0f1IeDJ8Lr0TW9RSUzhDqa5E6MuVSIz/fxtLe/VaaZgtqp7I3fDZ3CXcpmdI7eCv7y07Zp/ypMRACZ7mbmeZuPfcHZH4zfEji9JhqMAB6yqfKA6imH5vU2sa3JX5DjWgiAh4P536enh+d30yZbdpkdBUlcNC22l4fOuIufuH6Zq7XhbvFQT1Z2A4aa6JBSXBiYwfEkFMzMA3pLyjspGMjFPhskpcrE2bAgG1ZWq3RTB3ldb5vcI80AvsFYZ33w4aRxC+VA3l4Z9yBYQ8LdmiLegt3RA9l9WnFh/sjIDzvLOAZcT+dyJQXU1MVL8XEQhmHPDFs8pzTrTLenIuCzJHwBwiAj8PEtvGsZB1GVBs4hE="
on_success: change
on_failure: always

0 comments on commit 6d23d46

Please sign in to comment.