Private GIT

Skip to content
Snippets Groups Projects
Select Git revision
  • e5de0f073ffdf17afd0c8024e1becc86827d3c72
  • master default protected
  • 4.3c
  • 4.2c
  • 4.0c
  • 3.0b
  • 2.57b
7 results

LICENSE

Blame
  • This project is licensed under the GNU General Public License v3.0 only. Learn more
    .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"