diff options
author | David Kaspar [Dee'Kej] <dkaspar@redhat.com> | 2018-06-13 16:51:35 +0200 |
---|---|---|
committer | Dee'Kej <deekej@linuxmail.org> | 2018-06-13 17:25:28 +0200 |
commit | e83a9bafbc5f8fee811e55c9246417c0cf8fa419 (patch) | |
tree | 43de2bf6d9e97ccbe48981a3a5c07c06dc1712f8 | |
parent | 40bb4907048930f800744c74745c42082640b4e4 (diff) | |
download | initscripts-e83a9bafbc5f8fee811e55c9246417c0cf8fa419.tar initscripts-e83a9bafbc5f8fee811e55c9246417c0cf8fa419.tar.gz initscripts-e83a9bafbc5f8fee811e55c9246417c0cf8fa419.tar.bz2 initscripts-e83a9bafbc5f8fee811e55c9246417c0cf8fa419.tar.xz initscripts-e83a9bafbc5f8fee811e55c9246417c0cf8fa419.zip |
.travis.yml: check the 'make install' proceeds as well
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 12456589..b75e9141 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ sudo: false dist: trusty language: c -script: make all +script: make all && make install DESTDIR=/tmp/initscripts # We need to install the libpopt dependency without sudo: addons: |