mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-06-09 16:50:01 -04:00
enable libtab on travis builds
to enable some more tests Signed-off-by: Sven Nierlein <Sven.Nierlein@consol.de>
This commit is contained in:
parent
f3bf672ebb
commit
9e49f7e656
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ install:
|
|||
|
||||
before_script:
|
||||
- tools/setup
|
||||
- ./configure
|
||||
- ./configure --enable-libtap
|
||||
- make
|
||||
- export NPTEST_CACHE="$(pwd)/plugins/t/NPTest.cache.travis"
|
||||
- ssh-keygen -t dsa -N "" -f ~/.ssh/id_dsa
|
||||
|
|
|
|||
Loading…
Reference in a new issue