diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..c6a6e10d --- /dev/null +++ b/.travis.yml @@ -0,0 +1,5 @@ +language: node_js +node_js: + - stable + +sudo: false \ No newline at end of file diff --git a/package.json b/package.json index d45f1b55..7c5b26b9 100644 --- a/package.json +++ b/package.json @@ -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"