travis,stylecheck: Fixed missing fi
error
This commit is contained in:
parent
07c380d6b7
commit
0d2521b279
1 changed files with 2 additions and 1 deletions
|
@ -57,7 +57,8 @@ matrix:
|
|||
fi
|
||||
done
|
||||
- $STYLE_OK
|
||||
after_success: []
|
||||
after_success:
|
||||
- echo "Style check passed."
|
||||
|
||||
# Linux Debug, GCC 4.9
|
||||
- compiler: gcc-4.9
|
||||
|
|
Loading…
Add table
Reference in a new issue