mirror of
https://github.com/mattstyles/yeoman-angular-express-plus.git
synced 2026-01-10 23:18:01 -05:00
Travis prep
This commit is contained in:
4
.travis.yml
Normal file
4
.travis.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
language: node_js
|
||||
node_js:
|
||||
- "0.10"
|
||||
- "0.8"
|
||||
@@ -2,7 +2,8 @@
|
||||
"name": "yeoman-angular-express-plus",
|
||||
"version": "0.1.0",
|
||||
"scripts": {
|
||||
"start": "server/server.js"
|
||||
"start": "server/server.js",
|
||||
"test": "grunt test"
|
||||
},
|
||||
"domains": [
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user