Skip to content
This repository was archived by the owner on Feb 3, 2022. It is now read-only.

Commit 3b62805

Browse files
committed
Merge pull request #17 from uberVU/17-travisci-integration
Configure CI using TravisCI
2 parents 14544d2 + 0b6cd49 commit 3b62805

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
language: node_js
2+
node_js:
3+
- "0.11"
4+
- "0.10"
5+
- "0.8"
6+
- "0.6"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
GridList
1+
GridList [![Build Status](https://travis-ci.org/uberVU/grid.svg?branch=17-travisci-integration)](https://travis-ci.org/uberVU/grid)
22
====
33
Drag and drop library for a two-dimensional resizable and responsive list of
44
items

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,8 @@
66
"devDependencies": {
77
"jasmine-node": "~1.13.1"
88
},
9-
"main": "src/gridList.js"
9+
"main": "src/gridList.js",
10+
"scripts": {
11+
"test": "./node_modules/jasmine-node/bin/jasmine-node --verbose spec"
12+
}
1013
}

0 commit comments

Comments
 (0)