Private GIT

Skip to content
Snippets Groups Projects
Commit 1b850b3a authored by echel0n's avatar echel0n
Browse files

Update .travis.yml

parent c99a8e65
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,6 @@ python: ...@@ -3,7 +3,6 @@ python:
- 2.6 - 2.6
- 2.7 - 2.7
# whitelist
branches: branches:
only: only:
- develop - develop
...@@ -12,8 +11,10 @@ install: ...@@ -12,8 +11,10 @@ install:
- pip install cheetah - pip install cheetah
before_script: before_script:
- cd ./tests - chmod +x ./tests/all_tests.py
- chmod +x ./all_tests.py
script: script:
- ./all_tests.py - ./tests/all_tests.py
notifications:
irc: "irc.freenode.net#sickrage"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment