Explorar el Código

added travis yml

Daniel Zlotin hace 8 años
padre
commit
b1983f232f
Se han modificado 1 ficheros con 10 adiciones y 0 borrados
  1. 10
    0
      .travis.yml

+ 10
- 0
.travis.yml Ver fichero

1
+git:
2
+  depth: 3
3
+
4
+branches:
5
+  only:
6
+  - master
7
+
8
+language: node_js
9
+node_js:
10
+  - "node"