Skip to content

Commit e929341

Browse files
committed
Adding missing semicolon to travis config
1 parent 032dd9e commit e929341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ script:
8686
fi
8787
else
8888
make check ;
89-
if [ "$VALGRIND" = "valgrind" ]; then make check-valgrind; fi
89+
if [ "$VALGRIND" = "valgrind" ]; then make check-valgrind; fi;
9090
cat test/test-suite.log ;
9191
ls -l /usr/local/lib/ ;
9292
ls -l /usr/lib/ ;

0 commit comments

Comments
 (0)