From 8b6aecb211bb9e80e5f5e9d17c7510efb7ba848f Mon Sep 17 00:00:00 2001 From: Thomas Kittelmann <tkittel@users.noreply.github.com> Date: Tue, 30 Aug 2016 09:15:20 +0200 Subject: [PATCH] modify travis tests --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index e485539..96e697d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,9 +19,8 @@ before_script: script: - make install - -after_script: - cd ../rundir - ../install/bin/mcplexample_write myfile.mcpl - - ../install/bin/mcplexample_read myfile.mcpl + - ../install/bin/mcplexample_read myfile.mcpl.gz + - ../install/bin/mcplexample_read nonexistingfile.mcpl -- GitLab