Skip to content

Commit

Permalink
support newer jade versions and add test matrix - closes #68
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Jan 20, 2015
1 parent 63b2b0b commit 53cbb47
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,14 @@ sudo: false
language: node_js
node_js:
- "0.10"
env:
- JADE=jade@~1.1
- JADE=jade@~1.2
- JADE=jade@~1.3
- JADE=jade@~1.4
- JADE=jade@~1.5
- JADE=jade@~1.6
- JADE=jade@~1.7
- JADE=jade@~1.8
- JADE=jade@~1.9
before_script: npm install $JADE # install a specific version of jade
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"author": "Blaine Bublitz <[email protected]>",
"dependencies": {
"gulp-util": "^3.0.2",
"jade": "1.1 - 1.7",
"jade": "1.1 - 1.9",
"through2": "^0.6.3",
"xtend": "^4.0.0"
},
Expand Down

0 comments on commit 53cbb47

Please sign in to comment.