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.