Skip to content

Commit

Permalink
update travis-ci config with ruby-2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NARKOZ committed Apr 7, 2013
1 parent 59b00cf commit 5e556fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ language: ruby
rvm:
- 1.8.7
- 1.9.3
- 2.0.0
matrix:
allow_failures:
- rvm: 1.8.7
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Gitlab

[![Build Status](https://secure.travis-ci.org/NARKOZ/gitlab.png)](http://travis-ci.org/NARKOZ/gitlab)
[![Build Status](https://travis-ci.org/NARKOZ/gitlab.png)](http://travis-ci.org/NARKOZ/gitlab)

Gitlab is a Ruby wrapper for the [GitLab API](https://github.com/gitlabhq/gitlabhq/tree/master/doc/api#gitlab-api).

Expand Down

0 comments on commit 5e556fa

Please sign in to comment.