Addressing Rubocop Errors
[puppet-modules/puppetlabs-apt.git] / .travis.yml
index 115691d393be4b1af98560703842c6a9a2cc9937..c2603b6038827ed4a2aaa648e0de6cc999e74434 100644 (file)
@@ -22,11 +22,13 @@ matrix:
     script: bundle exec rake beaker
     services: docker
     sudo: required
-  - rvm: 2.3.1
+  - rvm: 2.4.1
     bundler_args: --without system_tests
-    env: PUPPET_GEM_VERSION="~> 4.0"
-  - rvm: 2.1.7
+    env: PUPPET_GEM_VERSION="~> 5.0"
+  - rvm: 2.1.9
     bundler_args: --without system_tests
     env: PUPPET_GEM_VERSION="~> 4.0"
+  - rvm: 2.1.9
+    script: bundle exec rake rubocop
 notifications:
   email: false