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