Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
jan
/
mustache.js
réplica de
https://github.com/janl/mustache.js
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
46
Wiki
Actividad
Explorar el Código
Run tests using node on Travis
tags/0.5.2
Michael Jackson
hace 14 años
padre
e53ce34af4
commit
585bff401a
Se han
modificado 2 ficheros
con
9 adiciones
y
5 borrados
Unificar vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+6
-5
.travis.yml
+3
-0
package.json
+ 6
- 5
.travis.yml
Ver fichero
@@ -1,5 +1,6 @@
rvm:
- 1.9.2
before_script:
- sudo apt-get -y install xulrunner-2.0
- gem install rspec
language: node_js
node_js:
- 0.4
- 0.6
- 0.7
+ 3
- 0
package.json
Ver fichero
@@ -8,5 +8,8 @@
"devDependencies": {
"devDependencies": {
"vows": "0.6.x",
"vows": "0.6.x",
"uglify-js": "1.3.0"
"uglify-js": "1.3.0"
},
"scripts": {
"test": "vows --spec"
}
}
}
}
Escribir
Vista previa
Cargando…
Cancelar
Guardar