diff --git a/.travis.yml b/.travis.yml index 1ae171f..29f72a6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -141,6 +141,7 @@ script: # basic build c++ compiler - | if [ "${BASIC_LINUX_GCC}" = "yes" ]; then + cd lib g++ -Wall -Wextra -Werror fort.c -c -o fort.o rm fort.o cd ..