We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edc0f55 commit b1a45eeCopy full SHA for b1a45ee
src/test/groovy/io/netifi/flatbuffers/plugin/FlatcExecutableFromPathTest.groovy
@@ -27,7 +27,7 @@ import java.nio.file.Paths
27
28
import static org.gradle.testkit.runner.TaskOutcome.SUCCESS
29
30
-@IgnoreIf({ !(env.TRAVIS || env.CI) })
+@IgnoreIf({ env.TRAVIS || env.CI })
31
@Requires({ os.linux })
32
class FlatcExecutableFromPathTest extends Specification {
33
0 commit comments