mirror of
https://github.com/PDP-10/its.git
synced 2026-01-11 23:53:12 +00:00
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.
This commit is contained in:
parent
f6edd8254e
commit
202c0f9118
@ -1,4 +1,5 @@
|
||||
language: c
|
||||
dist: trusty
|
||||
sudo: required
|
||||
env:
|
||||
- EMULATOR=simh
|
||||
|
||||
@ -1,8 +1,6 @@
|
||||
install_linux() {
|
||||
sudo add-apt-repository ppa:dns/gnu -y
|
||||
sudo apt-get update -myq
|
||||
sudo apt-get install -my expect
|
||||
sudo apt-get install --only-upgrade autoconf
|
||||
if test "$EMULATOR" = simh; then
|
||||
sudo apt-get install simh
|
||||
fi
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user