.travis.yml in test-kitchen-1.16.0 vs .travis.yml in test-kitchen-1.17.0
- old
+ new
@@ -1,42 +1,41 @@
language: ruby
rvm:
- - 2.2.6
- - 2.3.3
- - 2.4.0
+ - 2.3.4
+ - 2.4.1
- ruby-head
env:
- global:
- machine_user=travis
- machine_pass=travis
- machine_port=22
-dist: trusty
+dist: precise
sudo: required
+#cache: bundler
before_install:
- sudo usermod -p `openssl passwd -1 'travis'` travis
- gem --version
bundler_args: --without guard integration
script:
- bundle exec rake
- - bundle exec codeclimate-test-reporter
- bundle install --with integration
- export KITCHEN_YAML=.kitchen.ci.yml
- bundle exec kitchen verify ubuntu
branches:
only:
- master
matrix:
include:
- - rvm: 2.2.5
+ - rvm: 2.3.4
# To run the proxy tests we need additional gems than what Test Kitchen normally uses
# for testing
gemfile: Gemfile.proxy_tests
before_install:
- sudo usermod -p `openssl passwd -1 'travis'` travis
@@ -63,10 +62,5 @@
allow_failures:
- rvm: ruby-head
notifications:
irc: "chat.freenode.net#kitchenci"
-
-addons:
- code_climate:
- repo_token:
- secure: "lcqi3hbalLTinxwsl+um1aN1dgijBrODSMseGEJMJGkofz3VZ+Ofuuwp9x9VjvewuiUFHsiPD5SQ6hx8N+L3wXB6qA+HTmIrXecL7VjehbImEyOuu4/++vcTdpTINAd2Qt/KuJ1eY0okSwVmvtX1VD8gYD8yrlMKdj6uexf8Bgs="