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