1
0
mirror of https://github.com/PDP-10/its.git synced 2026-03-20 16:38:16 +00:00
Files
PDP-10.its/.travis.yml
2018-02-27 06:50:13 -08: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