summaryrefslogtreecommitdiff
path: root/.travis.yml
AgeCommit message (Collapse)Author
2020-01-15[travis] Add flake8 job (#23720)jnozsc
2019-11-16[travis] Add python 3.8 buildSergey M․
2019-05-23[travis] Force dist to Ubuntu Trusty by defaultSergey M․
According to https://blog.travis-ci.com/2019-04-15-xenial-default-build-environment Ubuntu Xenial is now default, but it lacks python 2.6, 3.2 and 3.3 support needed by tests
2019-03-03[travis] Remove sudo: falsecclauss
Travis now recommends removing `sudo: false` from configuration: https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration.
2018-11-22[travis] Add python 3.8-dev buildSergey M․
2018-11-22[travis] Add python 3.7 buildSergey M․
2018-01-02[travis] Add Jython buildSergey M․
2018-01-01[travis] Add PyPy buildsSergey M․
2017-10-22[travis] Disable IRC notificationsSergey M․
2017-10-21[travis] Enable IRC notificationsSergey M․
Let's see how is it verbose now
2017-10-21[travis] Allow download tests to fail and fast finishSergey M․
2017-02-16[devscripts/run_tests.sh] Change permission for script to 755Anisse Astier
2017-02-13[travis] Separate builds for core and downloadSergey M․
2017-02-05[travis] Add python 3.6Sergey M․
2016-07-13[travis] Skip downloading srelayYen Chi Hsuan
SOCKS tests never run on Travis CI due to unknown reasons, and downloading them broke some tests (e.g. https://travis-ci.org/rg3/youtube-dl/builds/144306425)
2016-05-29[travis] unsubscribe @phihagPhilipp Hagemeister
2016-05-10[test/test_socks] Test with local SOCKS serversYen Chi Hsuan
2015-09-25Also run tests with python 3.5Jaime Marquínez Ferrándiz
2015-08-18[travis] Move to new infrastructureSergey M․
We don't use rtmpdump in tests anyway
2015-03-06[travis] Declare 3.2 (Fixes #5144)Philipp Hagemeister
2015-01-25Test rtmpdump on travis (Fixes #1601)Philipp Hagemeister
2015-01-05.travis.yml: Remove my email from the listJaime Marquínez Ferrándiz
2014-05-11Enable testing on Python 3.4Corey Farwell
2013-07-18corrected a typo and added myself to travis notifications.M.Yasoob Khalid
2013-04-20Add myself to travis notificationsJaime Marquínez Ferrándiz
2013-01-04Disable travis irc notificationsPhilipp Hagemeister
travis is much to verbose for that, with random IEs constantly failing
2012-12-20Enable 3.3 in Travis (works; see ↵Philipp Hagemeister
https://travis-ci.org/phihag/youtube-dl/jobs/3757443 )
2012-12-11rollback tests multiprocess, Travis and OSX don't support itFilippo Valsorda
2012-12-11Speed up testing (<10s instead of 25s)Philipp Hagemeister
2012-12-11Merge branch 'master' into fork_masterFilippo Valsorda
Conflicts: .travis.yml
2012-12-11the test didn't load our Gzip openerFilippo Valsorda
this was blocking the Vimeo test + some more gentest fixes
2012-11-29Enable travis notificationsPhilipp Hagemeister
2012-11-28comment out 3.3 testing until Travis implements itFilippo Valsorda
2012-11-28new .travis.yml with notifications and 3.3Filippo Valsorda
2012-10-19correcting travisgcmalloc
2012-10-15adding travis supportgcmalloc