Skip to content

Commit 696151a

Browse files
committed
Updated travis.yml build
Exclude Category.Slow
1 parent a1986a4 commit 696151a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ configure(subprojects.findAll { it.name != 'util' && it.name != 'mongo-java-driv
184184
excludeCategories 'category.SlowUnit'
185185
}
186186
if (project.buildingWith('travistest')) {
187-
excludeCategories 'category.SlowUnit', 'category.SlowUnit'
187+
excludeCategories 'category.SlowUnit', 'category.Slow'
188188
}
189189
}
190190

0 commit comments

Comments
 (0)