Skip to content

Commit a00b54f

Browse files
author
guylabs
committed
Add TravisCI support.
1 parent 87a7d0e commit a00b54f

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ bower_components
33
npm-debug.log
44
.idea
55
*.iml
6-
**/.*

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
language: node_js
2+
node_js:
3+
- "0.10"

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,8 @@
3232
"license": {
3333
"type": "MIT",
3434
"url": "https://github.com/guylabs/angular-spring-data-rest/blob/master/LICENSE"
35+
},
36+
"scripts": {
37+
"test": "bower install; grunt"
3538
}
3639
}

0 commit comments

Comments
 (0)