1
0
mirror of https://github.com/PDP-10/its.git synced 2026-01-11 23:53:12 +00:00

Disable building with the KA10 simulator.

Because it exceeds the 50 minute time limit.
This commit is contained in:
Lars Brinkhoff 2018-03-11 07:57:32 +01:00 committed by Eric Swenson
parent 19dfa40b9e
commit e88df80ca3

View File

@ -4,7 +4,7 @@ sudo: required
env:
- EMULATOR=simh
- EMULATOR=klh10
- EMULATOR=sims
# EMULATOR=sims
install: sh -ex build/dependencies.sh install_${TRAVIS_OS_NAME:-linux}
script: make
notifications: