We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87a7d0e commit a00b54fCopy full SHA for a00b54f
.gitignore
@@ -3,4 +3,3 @@ bower_components
3
npm-debug.log
4
.idea
5
*.iml
6
-**/.*
.travis.yml
@@ -0,0 +1,3 @@
1
+language: node_js
2
+ node_js:
+ - "0.10"
package.json
@@ -32,5 +32,8 @@
32
"license": {
33
"type": "MIT",
34
"url": "https://github.com/guylabs/angular-spring-data-rest/blob/master/LICENSE"
35
+ },
36
+ "scripts": {
37
+ "test": "bower install; grunt"
38
}
39
0 commit comments