From 568d9b5b5140b40277409d3b48f03c6486e77aa6 Mon Sep 17 00:00:00 2001 From: Marc Di Luzio Date: Mon, 28 Jan 2019 18:52:23 +0000 Subject: [PATCH] Run gamemoded -v as well to ensure basic functionality works --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 79ef5f1..ed38501 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,3 +20,4 @@ before_script: script: - ./scripts/format-check.sh - ./bootstrap.sh + - gamemoded -v