1
0
mirror of https://github.com/PDP-10/its.git synced 2026-01-11 23:53:12 +00:00
PDP-10.its/.travis.yml
Lars Brinkhoff e88df80ca3 Disable building with the KA10 simulator.
Because it exceeds the 50 minute time limit.
2018-03-11 13:10:19 -07:00

12 lines
224 B
YAML

language: c
dist: trusty
sudo: required
env:
- EMULATOR=simh
- EMULATOR=klh10
# EMULATOR=sims
install: sh -ex build/dependencies.sh install_${TRAVIS_OS_NAME:-linux}
script: make
notifications:
email: lars@nocrew.org