Skip to content

Commit 09a0464

Browse files
committed
update travis
1 parent 43f929b commit 09a0464

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: node_js
22
node_js:
3-
- "0.8"
3+
- 5
4+
- 4
45
- "0.10"
56
before_script:
67
- npm install -g grunt-cli

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Diff two arrays, finding inserts, removes, and moves.
44

5-
[![build status](https://secure.travis-ci.org/codeparty/arraydiff.png)](http://travis-ci.org/codeparty/arraydiff)
5+
[![Build Status](https://travis-ci.org/derbyjs/arraydiff.svg?branch=master)](https://travis-ci.org/derbyjs/arraydiff)
66

77
## Installation
88

@@ -12,7 +12,7 @@ npm install arraydiff
1212

1313
## Usage
1414

15-
```
15+
```js
1616
var arrayDiff = require('arraydiff');
1717

1818
var before = [0, 1, 2, 3];
@@ -70,4 +70,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
7070
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
7171
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
7272
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
73-
THE SOFTWARE.
73+
THE SOFTWARE.

0 commit comments

Comments
 (0)