Explorar el Código

Run JSHint in TravisCi

bubble
Mohsen Azimi hace 9 años
padre
commit
79917b0843
Se han modificado 1 ficheros con 6 adiciones y 1 borrados
  1. +6
    -1
      .travis.yml

+ 6
- 1
.travis.yml Ver fichero

@@ -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

Cargando…
Cancelar
Guardar