diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-04-09 15:23:42 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-04-09 15:23:42 +0300 |
commit | 8e75018c538d422c8273e2dbcde65404fe8fd42b (patch) | |
tree | 280e6f0c774ce3f4d86ff0c6e3993613fa4031b8 | |
parent | ff484e65afa129c3cb37c1a1d5f92f33f129fef0 (diff) | |
download | gitlab-shell-8e75018c538d422c8273e2dbcde65404fe8fd42b.tar.gz |
added travis to readme. added ruby 2.0.0 to travis
-rw-r--r-- | .travis.yml | 1 | ||||
-rw-r--r-- | README.md | 5 |
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" @@ -2,10 +2,9 @@ #### Code status -* [](http://ci.gitlab.org/projects/4?ref=master) - +* [](http://ci.gitlab.org/projects/4?ref=master) +* [](https://travis-ci.org/gitlabhq/gitlab-shell) * [](https://codeclimate.com/github/gitlabhq/gitlab-shell) - * [](https://coveralls.io/r/gitlabhq/gitlab-shell) |