From a1660fc37a3c78341c5520816f07dfec625f03c0 Mon Sep 17 00:00:00 2001 From: Stephan Lachnit Date: Mon, 11 May 2020 12:11:18 +0200 Subject: [PATCH] add gamemode-simulate-game to travis Signed-off-by: Stephan Lachnit --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index b6684a9..b774854 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,4 +18,5 @@ script: - ./scripts/format-check.sh - ./bootstrap.sh -Dwith-examples=true - gamemoded -v + - dbus-run-session -- gamemode-simulate-game - ./scripts/static-analyser-check.sh