setup CI
This commit is contained in:
parent
3bb496a11d
commit
e50843f3bc
2 changed files with 6 additions and 1 deletions
5
.travis.yml
Normal file
5
.travis.yml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
language: node_js
|
||||
node_js:
|
||||
- stable
|
||||
|
||||
sudo: false
|
||||
|
|
@ -4,7 +4,7 @@
|
|||
"description": "A framework for building brilliant applications",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "node ospec/bin/ospec"
|
||||
"test": "node ospec/bin/ospec"
|
||||
},
|
||||
"author": "Leo Horie",
|
||||
"license": "MIT"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue