aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorRaphaël Pinson <raphael.pinson@camptocamp.com>2013-04-11 12:08:13 +0200
committerRaphaël Pinson <raphael.pinson@camptocamp.com>2013-04-11 12:08:13 +0200
commitea4fd867017083119a41f3a35a4b8ed6ad9fdbdc (patch)
treeceaab5f2569538a85d2303be291d80f704b61e50 /.travis.yml
parent49e0718b41881715f03b139468a28a9aadff3c3e (diff)
downloadpuppet-dhcp-ea4fd867017083119a41f3a35a4b8ed6ad9fdbdc.tar.gz
puppet-dhcp-ea4fd867017083119a41f3a35a4b8ed6ad9fdbdc.tar.bz2
Prepare for rspec tests
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..6d7c0f8
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,15 @@
+language: ruby
+rvm:
+ - 1.8.7
+ - 1.9.3
+ - 2.0.0
+ - ruby-head
+env:
+ - PUPPET_GEM_VERSION=">= 3.0.0"
+matrix:
+ allow_failures:
+ - rvm: 2.0.0
+ - rvm: ruby-head
+ include:
+ - rvm: 1.8.7
+ env: PUPPET_GEM_VERSION="~> 2.7"