We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b269fe commit f388c80Copy full SHA for f388c80
.travis.yml
@@ -16,5 +16,7 @@ script:
16
- swift build -c release
17
- swift build
18
- swift test
19
- - eval "$(curl -sL https://raw.githubusercontent.com/lgaches/swifttravisci/master/codecov)"
+ - 'if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
20
+ eval "$(curl -sL https://raw.githubusercontent.com/lgaches/swifttravisci/master/codecov)";
21
+ fi'
22
0 commit comments