Skip to content

Commit

Permalink
added slack notifications to travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsulpy committed Feb 8, 2016
1 parent 0cca8b4 commit 392481a
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
language: python
python:
- 2.7.8
- 2.7
- 3.3
- 3.4
- 3.5
- nightly
- 2.7.8
- 2.7
- 3.3
- 3.4
- 3.5
- nightly
install: true
script: echo hello
deploy:
Expand All @@ -18,3 +18,6 @@ deploy:
distributions: sdist bdist_wheel
repo: InitialState/python_appender
branch: master
notifications:
slack:
secure: rAnXefiLNiVD2XtRHei42YG9JNDcbzcK/4ZFH2eVMIvYuWIhaeHUeO6kw/A5kGlnk862trhWfvqu6I+Fg0eH040O7DYpRaUDnXOCzLR1zGA5M8qN71uYZsFppPnpDH0TzpVMnIrv2xyjik4zkonJCuAVrLgmLBVCHIt2Bqvs06w=

0 comments on commit 392481a

Please sign in to comment.