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
Add newer versions of Node.js to test matrix
pull/611/head
David da Silva
GitHub
9 years ago
parent
41bb433921
commit
481416d5c8
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
.travis.yml
+ 4
- 0
.travis.yml
View File
@@ -1,6 +1,10 @@
language: node_js
node_js:
- 4
- 5
- 6
- 7
- 8
before_install:
- npm install -g npm@2.x
script:
Write
Preview
Loading…
Cancel
Save