Private GIT

Skip to content
Snippets Groups Projects
Commit 12e686d5 authored by X O's avatar X O
Browse files

Merge pull request #135 from OmgImAlexis/add-grunt-task-to-travis

add grunt test
parents e25e1469 b8332a60
Branches
Tags
No related merge requests found
language: python language:
- python
python: 2.7.9 python: 2.7.9
...@@ -8,10 +9,20 @@ branches: ...@@ -8,10 +9,20 @@ branches:
except: except:
- master - master
cache: pip before_install:
- npm install -g grunt-cli
- npm install -g bower
- cd .build && npm install && bower install && cd ..
script: script:
- ./tests/all_tests.py - ./tests/all_tests.py
- cd .build && grunt travis && cd ..
cache:
directories:
- $HOME/.cache/pip
- .build/bower_components
- .build/node_modules
after_failure: after_failure:
- cat ./Logs/sickrage.log - cat ./Logs/sickrage.log
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment