1
0
Fork 0

[F] Fixed .travis script error

This commit is contained in:
seleznevae 2018-12-03 23:10:18 +03:00
parent 6f49a77e5e
commit fcae3b8798
1 changed files with 4 additions and 4 deletions

View File

@ -129,10 +129,10 @@ script:
# basic build with old c standard
- if [ "${BASIC_LINUX_GCC}" = "yes" ];
then
cd lib
gcc -Wextra -Wall -Werror --std=c89 fort.c -c -o fort.o
rm fort.o
cd ..
cd lib ;
gcc -Wextra -Wall -Werror --std=c89 fort.c -c -o fort.o ;
rm fort.o ;
cd .. ;
fi
# cppcheck run