Explorar el Código

added travis

bubble
Tony Tam hace 9 años
padre
commit
54d8993c22
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. +7
    -0
      .travis.yml

+ 7
- 0
.travis.yml Ver fichero

@@ -0,0 +1,7 @@
language: node_js
node_js:
- '0.10'
install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- npm install

Cargando…
Cancelar
Guardar