Skip to content

Commit f93ed26

Browse files
committed
Fixed #326; Travis CI integration added
.travis.yml is currently set up to track all branches. We may restrict this in the future. The build status image has also been added to README.md
1 parent 14d894d commit f93ed26

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

.travis.yml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
language: node_js
2+
node_js:
3+
- "0.8"
4+
5+
branch:
6+
only:
7+
- master
8+
- /^release-.*$/
9+
10+
before_script:
11+
- export DISPLAY=:99.0
12+
- sh -e /etc/init.d/xvfb start
13+
- npm install --quiet -g grunt-cli karma
14+
- npm install
15+
16+
script: grunt karma:ci

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# ng-grid : An Angular DataGrid
22

3+
[![Build Status](https://travis-ci.org/angular-ui/ng-grid.png)](https://travis-ci.org/angular-ui/ng-grid)
4+
35
__Contributors:__
46

57
ng-grid Team:

0 commit comments

Comments
 (0)