From b67cbfd66c4ffbb4f5204ef5e42114363f4ef6b7 Mon Sep 17 00:00:00 2001 From: Edi Septriyanto Date: Thu, 26 Dec 2019 00:19:59 +0700 Subject: [PATCH] Update Travis CI test. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index d3ee10a..d0ba992 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,6 +35,8 @@ matrix: - shellcheck -s bash -x scripts/remove_*.sh - shellcheck -s bash -x scripts/secure_server.sh # Run initialization install. + - sudo source scripts/helper.sh + - sudo system_check - sudo bash scripts/cleanup_server.sh - sudo bash scripts/install_dependencies.sh # Run the install test cases through ShUnit2.