Skip to content

Commit 333fa3f

Browse files
committed
Travis setup.
1 parent c7601c7 commit 333fa3f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.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+
- "8.11.4"

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
"build": "npm run compile && npm run minify",
2121
"minify": "cat bugout.js | minify > bugout.min.js",
2222
"compile": "browserify -s Bugout index.js > bugout.js",
23-
"size": "npm run build && cat bugout.min.js | gzip | wc -c"
23+
"size": "npm run build && cat bugout.min.js | gzip | wc -c",
24+
"test": "node test.js"
2425
},
2526
"version": "0.0.1"
2627
}

0 commit comments

Comments
 (0)