Skip to content

Commit b1a45ee

Browse files
committed
don't run the flatc test on travis
1 parent edc0f55 commit b1a45ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/groovy/io/netifi/flatbuffers/plugin/FlatcExecutableFromPathTest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import java.nio.file.Paths
2727

2828
import static org.gradle.testkit.runner.TaskOutcome.SUCCESS
2929

30-
@IgnoreIf({ !(env.TRAVIS || env.CI) })
30+
@IgnoreIf({ env.TRAVIS || env.CI })
3131
@Requires({ os.linux })
3232
class FlatcExecutableFromPathTest extends Specification {
3333

0 commit comments

Comments
 (0)