diff --git a/.travis.yml b/.travis.yml index 097781a4d4903027e5ec16ae9cc84e906531033a..37310a76a1aec730f98385a27d0869a6ec8c2ffd 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