Add missing semi-colon

This commit is contained in:
Jeffrey Walton 2017-05-27 05:50:01 -04:00
parent cab2b5a181
commit ea3ea9deb5
No known key found for this signature in database
GPG Key ID: B36AB348921B1838

View File

@ -45,7 +45,7 @@ script:
- make "$BUILD_MODE" && ./cryptest.exe v && ./cryptest.exe tv all
after_success:
- if [[ ( ("$BUILD_MODE" = "coverage") && ("$CC" = "gcc") ) ]]; then bash <(curl -s https://codecov.io/bash) fi;
- if [[ ( ("$BUILD_MODE" = "coverage") && ("$CC" = "gcc") ) ]]; then bash <(curl -s https://codecov.io/bash); fi;
# whitelist branches to avoid testing feature branches twice
branches: