1
0
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:
Lars Brinkhoff 2016-12-17 13:32:19 +01:00
parent f6edd8254e
commit 202c0f9118
2 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,5 @@
language: c
dist: trusty
sudo: required
env:
- EMULATOR=simh

View File

@ -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