Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

Commit 9ee4f5c

Browse files
committed
adding travis, first attempt
1 parent b298434 commit 9ee4f5c

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.travis.yml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
language: node_js
2+
node_js:
3+
- "4.2"
4+
- "4.1"
5+
- "4.0"
6+
- "0.12"
7+
- "0.10"
8+
before_install:
9+
- export DISPLAY=:99.0
10+
- sh -e /etc/init.d/xvfb start

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# BetterArray for JavaScript [![[npm]](https://img.shields.io/npm/v/better-array.svg)](https://www.npmjs.com/package/better-array)
1+
# BetterArray for JavaScript [![[npm]](https://img.shields.io/npm/v/better-array.svg)](https://www.npmjs.com/package/better-array) [![[travis]](https://travis-ci.org/janlelis/better-array.png)](https://travis-ci.org/janlelis/better-array)
22

33
A better API for arrays that you can activate whenever you like. It is a little like an underscore.js, but only for arrays. Inspired by Ruby's core library, but closer to JavaScript's.
44

0 commit comments

Comments
 (0)