|
@@ -301,7 +301,7 @@ class Test #if swf_mark implements mt.Protect #end {
|
|
];
|
|
];
|
|
// SPOD tests
|
|
// SPOD tests
|
|
#if ( (neko || php || java || cpp || (cs && travis)) && !macro && !interp)
|
|
#if ( (neko || php || java || cpp || (cs && travis)) && !macro && !interp)
|
|
- #if !(cpp || cs)
|
|
|
|
|
|
+ #if ( travis && !(cpp || cs) )
|
|
if (Sys.getEnv("CI") != null && Sys.systemName() == "Linux")
|
|
if (Sys.getEnv("CI") != null && Sys.systemName() == "Linux")
|
|
{
|
|
{
|
|
classes.push(new TestSpod(sys.db.Mysql.connect({
|
|
classes.push(new TestSpod(sys.db.Mysql.connect({
|