diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..f73e076 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,17 @@ +language: ruby +bundler_args: --without development +script: "bundle exec rake spec SPEC_OPTS='--color --format documentation'" +notifications: + email: false +rvm: + - 1.9.3 + - 2.0.0 + - 2.1.0 + - ruby-head +env: + - PUPPET_VERSION=3.6.2 + - PUPPET_VERSION=3.7.1 +matrix: + fast_finish: true + allow_failures: + - rvm: ruby-head