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
Merge pull request
#402
from phillipj/feature/travis-v0.11
Also run node v0.11 on travis
tags/v1.0.0
David da Silva Contín
11 years ago
parent
96b04c87bd
586e8607e9
commit
fcfddfe68b
1 changed files
with
4 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-1
.travis.yml
+ 4
- 1
.travis.yml
View File
@@ -3,4 +3,7 @@ node_js:
- 0.6
- 0.8
- '0.10'
- 0.11
matrix:
allow_failures:
- node_js: 0.11
Write
Preview
Loading…
Cancel
Save