Skip to content

Commit

Permalink
added travis to readme. added ruby 2.0.0 to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
dzaporozhets authored and zzet committed Jun 24, 2013
1 parent a8a0ea1 commit 2325949
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -6,6 +6,7 @@ branches:
- 'master'
rvm:
- 1.9.3-p327
- 2.0.0
before_script:
- "cp config.yml.example config.yml"
script: "bundle exec rspec spec"
Expand Down
5 changes: 2 additions & 3 deletions README.md
Expand Up @@ -2,10 +2,9 @@

#### Code status

* [![CI](http://ci.gitlab.org/projects/4/status?ref=master)](http://ci.gitlab.org/projects/4?ref=master)

* [![CI](http://ci.gitlab.org/projects/4/status.png?ref=master)](http://ci.gitlab.org/projects/4?ref=master)
* [![Build Status](https://travis-ci.org/gitlabhq/gitlab-shell.png?branch=master)](https://travis-ci.org/gitlabhq/gitlab-shell)
* [![Code Climate](https://codeclimate.com/github/gitlabhq/gitlab-shell.png)](https://codeclimate.com/github/gitlabhq/gitlab-shell)

* [![Coverage Status](https://coveralls.io/repos/gitlabhq/gitlab-shell/badge.png?branch=master)](https://coveralls.io/r/gitlabhq/gitlab-shell)


Expand Down

0 comments on commit 2325949

Please sign in to comment.