Skip to content

Commit 8470ebd

Browse files
committed
Start using Travis CI
1 parent 92323fa commit 8470ebd

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.travis.yml

+5
Original file line numberDiff line numberDiff line change
@@ -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

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ angular-local-storage
33

44
An Angular module that gives you access to the browsers local storage
55

6+
[![Build Status](https://secure.travis-ci.org/username/reponame.png?branch=master)](https://travis-ci.org/username/reponame)
7+
68
Example use:
79

810
```javascript

0 commit comments

Comments
 (0)