diff --git a/.travis.yml b/.travis.yml index 4dcf5c8..02bb073 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,8 +16,7 @@ compiler: - gcc script: - ./configure - - gcc sv.c -lsodium -o sv - - ./sv + - find tests/lib -ls - make - make check - make test