Skip to content

Commit

Permalink
Fixed #326; Travis CI integration added
Browse files Browse the repository at this point in the history
.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
  • Loading branch information
c0bra committed Apr 30, 2013
1 parent 14d894d commit f93ed26
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
language: node_js
node_js:
- "0.8"

branch:
only:
- master
- /^release-.*$/

before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
- npm install --quiet -g grunt-cli karma
- npm install

script: grunt karma:ci
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# ng-grid : An Angular DataGrid

[![Build Status](https://travis-ci.org/angular-ui/ng-grid.png)](https://travis-ci.org/angular-ui/ng-grid)

__Contributors:__

ng-grid Team:
Expand Down

0 comments on commit f93ed26

Please sign in to comment.