1
0
Fork 0

[F] Fixed travis

This commit is contained in:
seleznevae 2019-01-12 14:58:28 +03:00
parent 48cf63c4b2
commit 3058fa222c
1 changed files with 1 additions and 0 deletions

View File

@ -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 ..