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 76c9251 commit 1d7dc68Copy full SHA for 1d7dc68
.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