We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7601c7 commit 333fa3fCopy full SHA for 333fa3f
.travis.yml
@@ -0,0 +1,3 @@
1
+language: node_js
2
+node_js:
3
+ - "8.11.4"
package.json
@@ -20,7 +20,8 @@
20
"build": "npm run compile && npm run minify",
21
"minify": "cat bugout.js | minify > bugout.min.js",
22
"compile": "browserify -s Bugout index.js > bugout.js",
23
- "size": "npm run build && cat bugout.min.js | gzip | wc -c"
+ "size": "npm run build && cat bugout.min.js | gzip | wc -c",
24
+ "test": "node test.js"
25
},
26
"version": "0.0.1"
27
}
0 commit comments