Skip to content

Commit 1d7dc68

Browse files
authored
Update .travis.yml
1 parent 76c9251 commit 1d7dc68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ matrix:
1818
script:
1919
- swift build -c release
2020
- swift build
21-
- swift test
21+
- swift test --enable-test-discovery
2222
- 'if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
2323
eval "$(curl -sL https://raw.githubusercontent.com/lgaches/swifttravisci/master/codecov)";
2424
fi'

0 commit comments

Comments
 (0)