Skip to content

Commit 6ebc4ce

Browse files
committed
Merge branch 'master' of https://github.com/GraphQLSwift/GraphQL
2 parents 73f2b00 + 1d7dc68 commit 6ebc4ce

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)