Skip to content

Commit

Permalink
0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
doowb committed Apr 28, 2016
1 parent 6f73cb7 commit bd8341f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
13 changes: 8 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
sudo: false
language: node_js
node_js:
- "0.10"
- "0.12"
- "4"
- "5"
before_install:
- npm install npm -g
- "4"
- "0.12"
- "0.10"
matrix:
fast_finish: true
allow_failures:
- node_js: "0.10"
- node_js: "0.12"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "consolidate",
"version": "0.14.0",
"version": "0.14.1",
"description": "Template engine consolidation library",
"keywords": [
"template",
Expand Down

0 comments on commit bd8341f

Please sign in to comment.