From 33eaf7fcced58f57385d6d748d927e3c7b9f0e8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20Tarti=C3=A8re?= Date: Mon, 26 Jun 2017 11:43:17 +0200 Subject: [PATCH] Run the test suite using cutter This is only available with the autotools build for now. --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index da8e4c7..0c26443 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,4 +18,6 @@ addons: install: - git clone https://github.com/nfc-tools/libnfc - ./.travis-ci-build libnfc -script: ./.travis-ci-build . +script: + - ./.travis-ci-build . + - if [ "$BLD" = autotools ]; then (cd build-autotools && cutter test); fi