Skip to content

Commit 03d2531

Browse files
Fixed coverage in .travis.yml
1 parent 2803905 commit 03d2531

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
@@ -39,5 +39,5 @@ script:
3939

4040
after_success:
4141
- if [ "$TRAVIS_OS_NAME" == "linux" ] && [ "$CODE_VERSION" == "" ]; then
42-
bash <(curl -s https://codecov.io/bash)
42+
bash <(curl -s https://codecov.io/bash);
4343
fi

0 commit comments

Comments
 (0)