From 823930a1cf0aa9e835665b11e56d8ea19b9bed10 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Tue, 26 Jun 2018 15:48:54 +0300 Subject: [PATCH] Call hyperrogue after build, as a smoke test --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index f02a8f7d..34c12a4f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,3 +16,4 @@ script: - ./configure - make - sudo make install + - ./hyperrogue --help