Skip to content

Commit b54387a

Browse files
committed
bumping node engine support
1 parent 86d0783 commit b54387a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@ language: node_js
22

33
node_js:
44
- stable
5+
- 5.0
56
- 4.0
6-
- 0.12
7-
- 0.11
87

98
before_install:
109
- phantomjs --version
@@ -18,6 +17,7 @@ branches:
1817
- dev
1918
- pattern-engines
2019
- dev-2.0-core
20+
2121
notifications:
2222
webhooks:
2323
urls:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@
4848
"test": "grunt travis --verbose"
4949
},
5050
"engines": {
51-
"node": ">=0.1"
51+
"node": ">=4.0"
5252
}
5353
}

0 commit comments

Comments
 (0)