From f271ba30321266939a9caf2b75aef6b2e3ef52d6 Mon Sep 17 00:00:00 2001 From: N Date: Mon, 1 Jul 2019 22:33:58 +0100 Subject: [PATCH] test(travis): trigger new job --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cf86c2a..26ec4c8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,6 @@ stages: - name: release if: branch = master AND type != pull_request -dist:xenial sudo: required cache: bundler language: ruby @@ -12,6 +11,8 @@ language: ruby services: - docker +dist:xenial + # Make sure the instances listed below match up with # the `platforms` defined in `kitchen.yml` # NOTE: Please try to select up to six instances that add some meaningful