From f7a6191ea36cb48089d110ef5656df4e1cacc026 Mon Sep 17 00:00:00 2001 From: Jeongseok Lee <jslee02@gmail.com> Date: Sun, 5 Apr 2015 03:00:58 -0400 Subject: [PATCH] Add uninstall test to Travis-CI --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 097781a4..37310a76 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,6 +36,7 @@ script: # Run unit tests - make test - # Make sure we can install with no issues + # Make sure we can install and uninstall with no issues - sudo make -j4 install + - sudo make -j4 uninstall -- GitLab