Skip to content

Commit 5df2372

Browse files
committed
added .travis.yml
1 parent f810693 commit 5df2372

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
language: node_js
2+
node_js:
3+
- "5.1"
4+
- "4.1"
5+
- "4.0"
6+
- "0.12"

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@
44
"description": "Node to Java Ipc using stdin, stdout and stderr, using a small and simple protocol allowing node to interact with java",
55
"main": "src/js/index.js",
66
"scripts": {
7+
"postinstall": "npm run typings",
8+
"typings": "typings install",
79
"build": "tsc",
8-
"test": "istanbul cover --include-all-sources jasmine",
10+
"test": "npm run build && istanbul cover --include-all-sources jasmine",
911
"build_test": "npm run build && npm run test"
1012
},
1113
"author": "Abner Oliveira",

0 commit comments

Comments
 (0)