We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92323fa commit 8470ebdCopy full SHA for 8470ebd
.travis.yml
@@ -0,0 +1,5 @@
1
+language: node_js
2
+node_js:
3
+ - '0.10'
4
+before_script:
5
+ - 'npm install -g grunt-cli'
README.md
@@ -3,6 +3,8 @@ angular-local-storage
An Angular module that gives you access to the browsers local storage
6
+[](https://travis-ci.org/username/reponame)
7
+
8
Example use:
9
10
```javascript
0 commit comments