travis-ci. ‘grunt lint’를 수행하도록 변경.

This commit is contained in:
bnu 2013-11-16 22:52:13 +09:00
parent 3f6326ff32
commit 47176aaf73

View file

@ -3,4 +3,4 @@ before_script:
- npm install -g grunt-cli
- npm install
script:
- grunt
- grunt lint