Skip to content

Commit 2803905

Browse files
Fixed coverage in .travis.yml
1 parent 9cd6246 commit 2803905

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ script:
3838
- npm test --silent
3939

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

0 commit comments

Comments
 (0)