From 2df970ab133ae7613fe135749957a7e3e3aa4f40 Mon Sep 17 00:00:00 2001 From: benrubson Date: Sat, 5 Aug 2017 13:48:54 +0200 Subject: [PATCH] Use word tests in plural everywhere, typo --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 65c1794..105d630 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,7 +25,7 @@ before_script: - cmake --version script: - - if [ "${COVERITY_SCAN_BRANCH}" != 1 ]; then ./build.sh && ./test.sh ; fi + - if [ "${COVERITY_SCAN_BRANCH}" != 1 ]; then ./build.sh && ./tests.sh ; fi addons: coverity_scan: