Browse Source

Run JSHint in TravisCi

bubble
Mohsen Azimi 9 years ago
parent
commit
79917b0843
1 changed files with 6 additions and 1 deletions
  1. +6
    -1
      .travis.yml

+ 6
- 1
.travis.yml View File

@@ -5,4 +5,9 @@ node_js:
install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- npm install
- npm i -g jshint
- npm install

script:
- jshint .
- npm test

Loading…
Cancel
Save