Skip to content

Commit

Permalink
Upgrade to node v4 in test environments
Browse files Browse the repository at this point in the history
  • Loading branch information
marcbachmann committed Feb 16, 2016
1 parent 43c0f85 commit 253f399
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
language: node_js
node_js:
- "0.10"
- "0.11"
- "4.1"
- "stable"
3 changes: 3 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
machine:
node:
version: 4.1
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "html-pdf",
"version": "1.5.0",
"description": "HTML to PDF converter that uses phantomjs",
"engines": {"node": ">=4.0.0"},
"main": "lib/index.js",
"directories": {
"test": "test"
Expand Down

0 comments on commit 253f399

Please sign in to comment.