diff options
author | Philipp Hagemeister <[email protected]> | 2012-12-12 20:37:20 +0100 |
---|---|---|
committer | Philipp Hagemeister <[email protected]> | 2012-12-12 20:37:20 +0100 |
commit | 83f5182bcffe44e794365c5b0a9a764b0d2cd412 (patch) | |
tree | cd0ef5b620159f1af9fac3ebb6278327713a7ac1 | |
parent | fb65f7663098ff3f746edd172d50aefc938cfe53 (diff) | |
download | youtube-dl-83f5182bcffe44e794365c5b0a9a764b0d2cd412.tar.gz youtube-dl-83f5182bcffe44e794365c5b0a9a764b0d2cd412.zip |
let travis-lint pass as well ...
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index e8fbdf204..72a3a3373 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,2 +1,3 @@ # Just a placeholder script so that travis doesn't complain +language: python script: true |