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.
2 parents 73f2b00 + 1d7dc68 commit 6ebc4ceCopy full SHA for 6ebc4ce
.travis.yml
@@ -18,7 +18,7 @@ matrix:
18
script:
19
- swift build -c release
20
- swift build
21
- - swift test
+ - swift test --enable-test-discovery
22
- 'if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
23
eval "$(curl -sL https://raw.githubusercontent.com/lgaches/swifttravisci/master/codecov)";
24
fi'
0 commit comments