1
0
mirror of https://github.com/PDP-10/its.git synced 2026-05-02 22:33:27 +00:00
Files
PDP-10.its/.travis.yml
2016-11-18 14:04:19 +01:00

14 lines
293 B
YAML

language: c
sudo: required
env:
- EMULATOR=simh
- EMULATOR=klh10
install:
- sudo add-apt-repository ppa:dns/gnu -y
- sudo apt-get update -myq
- sudo apt-get install -my simh expect
- sudo apt-get install --only-upgrade autoconf
script: make
notifications:
email: lars@nocrew.org