Skip to content
This repository was archived by the owner on Mar 6, 2020. It is now read-only.

Commit 79f9379

Browse files
committed
add travis
1 parent 54cff00 commit 79f9379

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
language: node_js
2+
node_js:
3+
- "6"

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@
4141
"vinyl-source-stream": "^1.1.0"
4242
},
4343
"scripts": {
44-
"build": "gulp build",
44+
"prepublish": "npm run build",
45+
"build": "gulp",
4546
"test": "eslint gulpfile.babel.js src test"
4647
}
4748
}

0 commit comments

Comments
 (0)