Skip to content

Commit

Permalink
.travis.yml: add test for make uninstall
Browse files Browse the repository at this point in the history
  • Loading branch information
zanchey committed Sep 13, 2017
1 parent 00d4459 commit 87924e3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Expand Up @@ -55,7 +55,11 @@ matrix:
script:
- autoreconf
- ./configure --prefix=$HOME/prefix || cat config.log
- make -j2 && make test DESTDIR=$HOME/prefix/ SHOW_INTERACTIVE_LOG=1
- make -j2 &&
make test DESTDIR=$HOME/prefix/ SHOW_INTERACTIVE_LOG=1 &&
make uninstall &&
echo "Checking for leftover files after make uninstall" &&
find $HOME/prefix/ -type f -print -exec false '{}' +

notifications:
# Some items are encrypted so that notifications from other repositories
Expand Down

0 comments on commit 87924e3

Please sign in to comment.