diff options
-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) |