Skip to content

Commit f388c80

Browse files
committed
Don’t run codecov on linux build
1 parent 3b269fe commit f388c80

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,7 @@ script:
1616
- swift build -c release
1717
- swift build
1818
- swift test
19-
- eval "$(curl -sL https://raw.githubusercontent.com/lgaches/swifttravisci/master/codecov)"
19+
- 'if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
20+
eval "$(curl -sL https://raw.githubusercontent.com/lgaches/swifttravisci/master/codecov)";
21+
fi'
2022

0 commit comments

Comments
 (0)