Private GIT

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

add grunt jshint to travis

parent e25e1469
Branches
Tags
No related merge requests found
language: python language:
- python
python: 2.7.9 python: 2.7.9
...@@ -10,8 +11,19 @@ branches: ...@@ -10,8 +11,19 @@ branches:
cache: pip 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:
- .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