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
drop official support for node 0.6
tags/v2.1.0
David da Silva Contín
11 anni fa
parent
1b1d261c13
commit
d727de03ca
1 ha cambiato i file
con
1 aggiunte
e
2 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
.travis.yml
+ 1
- 2
.travis.yml
Vedi File
@@ -1,6 +1,5 @@
language: node_js
node_js:
- 0.6
- 0.8
- '0.10'
- 0.11
@@ -9,4 +8,4 @@ before_install:
- "test $TRAVIS_NODE_VERSION = '0.6' && npm install -g npm@1.3.26 || npm install -g npm"
matrix:
allow_failures:
- node_js: 0.11
- node_js: 0.11
Write
Preview
Loading…
Annulla
Salva