Add travis yaml

This commit is contained in:
Mohsen Azimi
2015-01-28 14:48:12 -08:00
parent bc0a214ffa
commit 14ffedf509
2 changed files with 4 additions and 1 deletions

3
.travis.yml Normal file
View File

@@ -0,0 +1,3 @@
language: node_js
node_js:
- '0.10'

View File

@@ -4,7 +4,7 @@
"description": "Swagger UI is a dependency-free collection of HTML, Javascript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API",
"scripts": {
"build": "PATH=$PATH:./node_modules/.bin cake dist",
"test": "echo \"Error: no test specified\" && exit 1"
"test": "./node_modules/coffee-script/bin/cake dist"
},
"repository": {
"type": "git",