.travis.yml in r10k-3.13.0 vs .travis.yml in r10k-3.14.0

- old
+ new

@@ -1,8 +1,8 @@ --- language: ruby bundler_args: "--without system" -script: "bundle exec rspec --color --format documentation spec/unit" +script: "bundle exec rspec --color --format documentation spec" notifications: email: false sudo: false jdk: - openjdk11