Browse Source

Enable travis notifications

master
Philipp Hagemeister 12 years ago
parent
commit
ad348291bb
1 changed files with 2 additions and 0 deletions
  1. 2
      .travis.yml

2
.travis.yml

@ -3,6 +3,8 @@ language: python
python: python:
- "2.6" - "2.6"
- "2.7" - "2.7"
notifications:
irc: "irc.freenode.org#youtube-dl"
#command to install the setup #command to install the setup
install: install:
# command to run tests # command to run tests

Loading…
Cancel
Save