diff --git a/.travis.yaml b/.travis.yml similarity index 97% rename from .travis.yaml rename to .travis.yml index 14de16d..6cf8b00 100644 --- a/.travis.yaml +++ b/.travis.yml @@ -1,17 +1,17 @@ --- language: ruby bundler_args: --without system_tests script: "bundle exec rake validate && bundle exec rake lint && bundle exec rake spec SPEC_OPTS='--format documentation'" matrix: fast_finish: true include: - rvm: 1.8.7 env: PUPPET_GEM_VERSION="~> 2.7.0" FACTER_GEM_VERSION="~> 1.6.0" - rvm: 1.8.7 env: PUPPET_GEM_VERSION="~> 2.7.0" FACTER_GEM_VERSION="~> 1.7.0" - rvm: 1.9.3 env: PUPPET_GEM_VERSION="~> 3.0" - rvm: 2.0.0 env: PUPPET_GEM_VERSION="~> 3.0" notifications: - email: false \ No newline at end of file + email: false