diff options
author | William Deegan <bill@baddogconsulting.com> | 2018-08-31 16:04:30 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2018-08-31 16:04:30 (GMT) |
commit | 701d5330aa9f5bca4601353a05ac86ca88e745a6 (patch) | |
tree | c51e908034ac3d8c4e1635f8916f354c91aeb44a /.travis.yml | |
parent | f96b121de54213d10f420cbb32bd2edbcf8ea7ce (diff) | |
download | SCons-701d5330aa9f5bca4601353a05ac86ca88e745a6.zip SCons-701d5330aa9f5bca4601353a05ac86ca88e745a6.tar.gz SCons-701d5330aa9f5bca4601353a05ac86ca88e745a6.tar.bz2 |
Have travis-ci post #scons when builds complete.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 4c4a1f9..ea63e57 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,9 @@ dist: trusty language: python +notifications: + irc: "chat.freenode.net#scons" + addons: apt: update: true |