From 641cfff6ff6ea187eee085f3520c5f916c30f452 Mon Sep 17 00:00:00 2001 From: Steffen Zieger Date: Mon, 19 Nov 2012 13:48:27 +0100 Subject: add travis config file --- .travis.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .travis.yml (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..37e322a --- /dev/null +++ b/.travis.yml @@ -0,0 +1,17 @@ +language: ruby +rvm: + - 1.8.7 +before_script: +after_script: +script: "rake spec" +branches: + only: + - master +env: + - PUPPET_VERSION=2.7.13 + - PUPPET_VERSION=2.7.6 + - PUPPET_VERSION=2.6.9 + - PUPPET_VERSION=3.0.0 +notifications: + email: false +gemfile: .gemfile -- cgit v1.2.3