We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 349262c commit 1d72596Copy full SHA for 1d72596
.travis.yml
@@ -0,0 +1,10 @@
1
+language: node_js
2
+
3
+node_js:
4
+ - stable
5
6
+install:
7
+ - npm install
8
9
+script:
10
+ - npm test
README.md
@@ -1,5 +1,7 @@
# CSV to Matrix
+[](https://travis-ci.org/javascript-machine-learning/csv-to-array-matrix)
A simple CVS to Matrix parser - reads a CSV file, outputs an arrays in array (Matrix).
## Installation
package.json
@@ -13,7 +13,8 @@
13
},
14
"scripts": {
15
"compile": "babel --presets es2015,stage-2 -d lib/ src/",
16
- "prepublish": "npm run compile"
+ "prepublish": "npm run compile",
17
+ "test": "echo \"No test specified\" && exit 0"
18
19
"repository": {
20
"type": "git",
0 commit comments