This commit is contained in:
Leo Horie 2016-04-21 10:19:04 -04:00
parent 3bb496a11d
commit e50843f3bc
2 changed files with 6 additions and 1 deletions

5
.travis.yml Normal file
View file

@ -0,0 +1,5 @@
language: node_js
node_js:
- stable
sudo: false

View file

@ -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"