1
0
mirror of https://github.com/PDP-10/its.git synced 2026-01-13 15:27:28 +00:00
PDP-10.its/.travis.yml
Lars Brinkhoff 202c0f9118 Use Ubuntu 14 in Travis build.
Its autoconf version is good enough to build KLH10, so we don't have
to get it from the dns/gnu PPA.
2016-12-17 20:30:50 +01:00

11 lines
206 B
YAML

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