Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
jan
/
mustache.js
mirror da
https://github.com/janl/mustache.js
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Rilasci
46
Wiki
Attività
Sfoglia il codice sorgente
Run tests using node on Travis
tags/0.5.2
Michael Jackson
14 anni fa
parent
e53ce34af4
commit
585bff401a
2 ha cambiato i file
con
9 aggiunte
e
5 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-5
.travis.yml
+3
-0
package.json
+ 6
- 5
.travis.yml
Vedi File
@@ -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
Vedi File
@@ -8,5 +8,8 @@
"devDependencies": {
"vows": "0.6.x",
"uglify-js": "1.3.0"
},
"scripts": {
"test": "vows --spec"
}
}
Write
Preview
Loading…
Annulla
Salva