mirror of
https://github.com/Wessel/lumah.git
synced 2026-06-06 03:05:46 +02:00
Add travis
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1 +1,2 @@
|
||||
tmp/
|
||||
tmp/
|
||||
node_modules/
|
||||
3
.travis.yml
Normal file
3
.travis.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- "node"
|
||||
@@ -12,5 +12,6 @@
|
||||
"type": "git",
|
||||
"url": "https://www.github.com/PassTheWessel/lumah"
|
||||
},
|
||||
"scripts": { "test": "node ./test.js" },
|
||||
"keywords": [ "test", "console", "lumah", "testing", "framework", "async", "lightweight" ]
|
||||
}
|
||||
Reference in New Issue
Block a user