diff options
author | Sven Nierlein <Sven.Nierlein@consol.de> | 2015-04-12 12:37:27 (GMT) |
---|---|---|
committer | Sven Nierlein <Sven.Nierlein@consol.de> | 2015-04-12 12:37:27 (GMT) |
commit | f6c432835e499a687e6d2c4285bdb2fd2971c1c6 (patch) | |
tree | 8a46ddc106585bc272f25f17822d18beec3e69a4 | |
parent | bda11e1d4c0f670e7a81bf34b8d24c25b32b0b65 (diff) | |
download | monitoring-plugins-f6c432835e499a687e6d2c4285bdb2fd2971c1c6.tar.gz |
enable libtab on travis builds
to enable some more tests
Signed-off-by: Sven Nierlein <Sven.Nierlein@consol.de>
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index c362869..ee18b6c 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -15,7 +15,7 @@ install: | |||
15 | 15 | ||
16 | before_script: | 16 | before_script: |
17 | - tools/setup | 17 | - tools/setup |
18 | - ./configure | 18 | - ./configure --enable-libtap |
19 | - make | 19 | - make |
20 | - export NPTEST_CACHE="$(pwd)/plugins/t/NPTest.cache.travis" | 20 | - export NPTEST_CACHE="$(pwd)/plugins/t/NPTest.cache.travis" |
21 | - ssh-keygen -t dsa -N "" -f ~/.ssh/id_dsa | 21 | - ssh-keygen -t dsa -N "" -f ~/.ssh/id_dsa |