From 3ed9975178aa1a294d5242ea31f63afd6e86192d Mon Sep 17 00:00:00 2001 From: Emanuele Vicentini Date: Sat, 27 Jun 2015 11:10:35 +0200 Subject: [PATCH] Added basic configuration for Travis CI. --- .travis.yml | 1 + README.rdoc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..f819a51 --- /dev/null +++ b/.travis.yml @@ -0,0 +1 @@ +language: ruby diff --git a/README.rdoc b/README.rdoc index e7aa866..dc6a086 100644 --- a/README.rdoc +++ b/README.rdoc @@ -1,4 +1,4 @@ -= Rake DMG library += Rake DMG library {Build Status}[https://travis-ci.org/baldowl/rake_dmg] {Gem Version}[http://badge.fury.io/rb/rake_dmg] DmgTask is a Rake library which aims to ease the building of DMG files for projects, applications and whatever you throw at it.