Private GIT

Skip to content
Snippets Groups Projects
Select Git revision
  • 1e2bcad2f1d668deb6257ae698b45a8bad0e3769
  • master default protected
  • fix_nzb_cat
  • develop
  • guessit2-minimal
  • ssl_warning
  • UHD-qualities
  • fix_providers8
  • !
  • tvvault
  • provider_alpharatio
  • v5.1.1
  • v5.1
  • v5.0.3
  • v5.0.2
  • v5.0.1
  • v5.0
  • v4.2.1.07
  • v4.2.1.06
  • v4.2.1.05
  • v4.2.1.04
  • v4.2.1.03
  • v4.2.1.02
  • v4.2.1.01
  • v4.2.1.0
  • v4.2.0.6
  • v4.2.0.5
  • v4.2.0.4
  • v4.2.0.3
  • v4.2.0.2
  • v4.2.0.1
31 results

.travis.yml

Blame
  • .travis.yml 273 B
    language: python
    python:
      - 2.6
      - 2.7
    
    branches:
      except:
        - master
    
    cache: pip
    
    before_script:
     - chmod +x ./tests/all_tests.py
    
    script:
      - ./tests/all_tests.py
    
    after_failure:
      - cat ./Logs/sickrage.log
    
    notifications:
      irc: "irc.freenode.net#sickrage-updates"