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
No related branches found
No related tags found
No related merge requests found
language: python
language:
- python
python: 2.7.9
......@@ -8,10 +9,20 @@ branches:
except:
- master
cache: pip
before_install:
- npm install -g grunt-cli
- npm install -g bower
- cd .build && npm install && bower install && cd ..
script:
- ./tests/all_tests.py
- cd .build && grunt travis && cd ..
cache:
directories:
- $HOME/.cache/pip
- .build/bower_components
- .build/node_modules
after_failure:
- 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