This website works better with JavaScript.
Home
Explore
Help
Sign In
jan
/
mustache.js
mirror of
https://github.com/janl/mustache.js
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
46
Wiki
Activity
Browse Source
drop official support for node 0.6
tags/v2.1.0
David da Silva Contín
11 years ago
parent
1b1d261c13
commit
d727de03ca
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
.travis.yml
+ 1
- 2
.travis.yml
View 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…
Cancel
Save