From 2b5e4d530b3f02f511161f27625346c9779d9aa8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki-Chudyk?= Date: Fri, 1 Jul 2016 17:03:00 +0200 Subject: [PATCH] try to test both fedora and bunsen --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 020afeb6..c90fa488 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ language: bash script: - ./fedora/test_outsider - ./bunsen/test_outsider + - ./fedora/test_outsider + - ./bunsen/test_outsider sudo: required