Turn of qemuppc for now; it's crashing on Travis builds.
This commit is contained in:
parent
b55198820a
commit
5f6a773649
|
@ -11,14 +11,14 @@ vars.plats = {
|
||||||
"linuxppc",
|
"linuxppc",
|
||||||
"osx386",
|
"osx386",
|
||||||
"osxppc",
|
"osxppc",
|
||||||
"qemuppc",
|
--"qemuppc",
|
||||||
"pc86",
|
"pc86",
|
||||||
"rpi",
|
"rpi",
|
||||||
}
|
}
|
||||||
vars.plats_with_tests = {
|
vars.plats_with_tests = {
|
||||||
"linux386",
|
"linux386",
|
||||||
"linuxppc",
|
"linuxppc",
|
||||||
"qemuppc",
|
--"qemuppc",
|
||||||
"pc86",
|
"pc86",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue