test/test_targets: update, remove RUNNING_ON_TRAVIS.
This commit is contained in:
parent
fe67766fb7
commit
016d75512f
|
@ -1,4 +1,7 @@
|
|||
# This file is Copyright (c) 2017-2019 Florent Kermarrec <florent@enjoy-digital.fr>
|
||||
#
|
||||
# This file is part of LiteX-Boards.
|
||||
#
|
||||
# This file is Copyright (c) 2017-2020 Florent Kermarrec <florent@enjoy-digital.fr>
|
||||
# This file is Copyright (c) 2019 Tim 'mithro' Ansell <me@mith.ro>
|
||||
# SPDX-License-Identifier: BSD-2-Clause
|
||||
|
||||
|
@ -10,10 +13,6 @@ from migen import *
|
|||
|
||||
from litex.soc.integration.builder import *
|
||||
|
||||
|
||||
RUNNING_ON_TRAVIS = (os.getenv('TRAVIS', 'false').lower() == 'true')
|
||||
|
||||
|
||||
def build_test(socs):
|
||||
errors = 0
|
||||
for soc in socs:
|
||||
|
|
Loading…
Reference in New Issue