Skip to content

Commit

Permalink
Enable Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
zuazo committed Sep 16, 2015
1 parent b0acf6d commit 533986c
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
rvm:
- 1.9.3
- 2.0.0
- 2.1
- 2.2

sudo: true

env:
- CHEF_VERSION="~> 11.0"
- CHEF_VERSION="~> 12.0"

matrix:
exclude:
# Chef 12 requires Ruby 2:
- rvm: 1.9.3
env: CHEF_VERSION="~> 12.0"
# Chef 11 cannot resolve dependencies in Ruby 2.2 (mixlib-shellout):
- rvm: 2.2
env: CHEF_VERSION="~> 11.0"

bundler_args: --jobs=3 --retry=3 --without='doc integration integration_vagrant integration_docker integration_cloud guard'

script:
- bundle exec rake unit
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Description
===========
[![Cookbook Version](https://img.shields.io/cookbook/v/owncloud.svg?style=flat)](https://supermarket.getchef.com/cookbooks/owncloud)
[![Build Status](http://img.shields.io/travis/zuazo/owncloud-cookbook.svg?style=flat)](https://travis-ci.org/zuazo/owncloud-cookbook)

Installs and configures [ownCloud](http://owncloud.org/), an open source personal cloud for data and file sync, share and view.

Expand Down

0 comments on commit 533986c

Please sign in to comment.