Private GIT

Skip to content
Snippets Groups Projects
Select Git revision
  • f87dba7d7eae8ff63c495a52a43ba8a15070f994
  • master default protected
  • develop
  • add-news
  • torrentz
  • v4.0.31
  • v4.0.30
  • v4.0.29
  • v4.0.28
  • v4.0.27
  • v4.0.26
  • v4.0.25
  • v4.0.24
  • v4.0.23
  • v4.0.22
  • v4.0.21
  • v4.0.20
  • v4.0.19
  • v4.0.18
  • v4.0.17
  • v4.0.16
  • v4.0.15
  • v4.0.14
  • v4.0.13
  • v4.0.12
25 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"