aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Meusel <tim@bastelfreak.de>2020-05-05 13:18:20 +0200
committerTim Meusel <tim@bastelfreak.de>2020-05-05 13:18:20 +0200
commit8751cce28b70393d0c1f175c1920f90372b03a3e (patch)
tree6aee593cf9714c2f74da7de6bbdce2d376e85d33
parentb3a0bbfb01b8b0b04a6925a9e65be5b982487969 (diff)
downloadpuppet-ferm-8751cce28b70393d0c1f175c1920f90372b03a3e.tar.gz
puppet-ferm-8751cce28b70393d0c1f175c1920f90372b03a3e.tar.bz2
Add missing os key in travis config
without this, the travis linter tells us the following warning: ``` root: missing os, using the default linux ```
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
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