projects
/
ytdl
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[travis] Allow download tests to fail and fast finish
[ytdl]
/
.travis.yml
1
language: python
2
python:
3
- "2.6"
4
- "2.7"
5
- "3.2"
6
- "3.3"
7
- "3.4"
8
- "3.5"
9
- "3.6"
10
sudo: false
11
env:
12
- YTDL_TEST_SET=core
13
- YTDL_TEST_SET=download
14
matrix:
15
fast_finish: true
16
allow_failures:
17
- env: YTDL_TEST_SET=download
18
script: ./devscripts/run_tests.sh
19
notifications:
20
email:
21
- filippo.valsorda@gmail.com
22
- yasoob.khld@gmail.com
23
# irc:
24
# channels:
25
# - "irc.freenode.org#youtube-dl"
26
# skip_join: true