summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-04-09 15:23:42 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-04-09 15:23:42 +0300
commit8e75018c538d422c8273e2dbcde65404fe8fd42b (patch)
tree280e6f0c774ce3f4d86ff0c6e3993613fa4031b8
parentff484e65afa129c3cb37c1a1d5f92f33f129fef0 (diff)
downloadgitlab-shell-8e75018c538d422c8273e2dbcde65404fe8fd42b.tar.gz
added travis to readme. added ruby 2.0.0 to travis
-rw-r--r--.travis.yml1
-rw-r--r--README.md5
2 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 6307280..0b677af 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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"
diff --git a/README.md b/README.md
index 769d1b4..6ad0556 100644
--- a/README.md
+++ b/README.md
@@ -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)