Skip to content

Commit 96e10d7

Browse files
committed
Add Travis
1 parent bbf46ab commit 96e10d7

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.travis.yml

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
language: node_js
2+
node_js:
3+
- "0.11"
4+
- "0.10"
5+

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
22
"name": "gulp-buffer",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Make sure all gulp file contents are available as buffer",
55
"repository": "jeromew/gulp-buffer",
66
"licence": "MIT",
77
"author": "Jérôme Wagner",
88
"keywords": [
9-
"gulp"
9+
"gulp",
10+
"gulpplugin"
1011
],
1112
"dependencies": {
1213
"through2": "~0.4.0"

0 commit comments

Comments
 (0)