mirror of
https://github.com/Wessel/lumah.git
synced 2026-06-08 14:19:00 +02:00
Add travis
This commit is contained in:
1
.gitignore
vendored
1
.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",
|
"type": "git",
|
||||||
"url": "https://www.github.com/PassTheWessel/lumah"
|
"url": "https://www.github.com/PassTheWessel/lumah"
|
||||||
},
|
},
|
||||||
|
"scripts": { "test": "node ./test.js" },
|
||||||
"keywords": [ "test", "console", "lumah", "testing", "framework", "async", "lightweight" ]
|
"keywords": [ "test", "console", "lumah", "testing", "framework", "async", "lightweight" ]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user