From: Tim Meusel Date: Tue, 5 May 2020 11:18:20 +0000 (+0200) Subject: Add missing os key in travis config X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=8751cce28b70393d0c1f175c1920f90372b03a3e;p=puppet-ferm.git Add missing os key in travis config without this, the travis linter tells us the following warning: ``` root: missing os, using the default linux ``` --- diff --git a/.travis.yml b/.travis.yml index cc77ff9..b7185f7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ --- +os: linux dist: bionic language: ruby cache: bundler