Skip to content

Commit

Permalink
add travis badge
Browse files Browse the repository at this point in the history
  • Loading branch information
spitfast committed Mar 11, 2016
1 parent 3d2a347 commit 8fcdb38
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#Vagrant
.vagrant/
Vagrantfile

### OSX ###
.DS_Store
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Rbenv ansible role
=========

[![Build Status](https://travis-ci.org/spitfast/ansible-role-rbenv.svg?branch=master)](https://travis-ci.org/spitfast/ansible-role-rbenv)
Ansible role for system-wide installation of [rbenv](https://github.com/rbenv/rbenv) and rbenv [ruby-build](https://github.com/rbenv/ruby-build) plugin.

Requirements
Expand All @@ -17,6 +17,7 @@ rbenv_repo_path: https://github.com/rbenv/rbenv.git
rbenv_ruby_build_repo_path: https://github.com/sstephenson/ruby-build.git
rbenv_root_path: /usr/local/rbenv
rbenv_ruby_version: 2.2.3
```
Dependencies
------------
Expand Down
4 changes: 2 additions & 2 deletions tests/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
- hosts: localhost
remote_user: root
vars_files:
- defaults/main.yml
- ../defaults/main.yml
tasks:
- include: tasks/main.yml
- include: ../tasks/main.yml

0 comments on commit 8fcdb38

Please sign in to comment.