[commit: ghc] master: Revert installing texinfo in CI systems (a36eea1)
git at git.haskell.org
git at git.haskell.org
Tue Oct 3 14:42:46 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/a36eea1af4faabdf8fcf0a68dbd4f9946bf6d65a/ghc
>---------------------------------------------------------------
commit a36eea1af4faabdf8fcf0a68dbd4f9946bf6d65a
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Tue Oct 3 10:42:08 2017 -0400
Revert installing texinfo in CI systems
This reverts commit 00ff02352f07bff7d422e4e48e4e5df9a0b63d83.
This reverts commit 11a59de25d49f999eed0ea55df29d916a66ecd91.
>---------------------------------------------------------------
a36eea1af4faabdf8fcf0a68dbd4f9946bf6d65a
.circleci/config.yml | 2 +-
.travis.yml | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/.circleci/config.yml b/.circleci/config.yml
index a19dc24..6ee6c48 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -10,7 +10,7 @@ jobs:
name: git
command: |
apt-get update
- apt-get install -y git openssh-client make automake autoconf gcc perl python3 texinfo
+ apt-get install -y git openssh-client make automake autoconf gcc perl python3
- checkout
- run:
name: submodules
diff --git a/.travis.yml b/.travis.yml
index 55995b7..09d9fef 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,7 +22,6 @@ addons:
- alex-3.1.7
- happy-1.19.5
- python3
- - texinfo
#- llvm-3.7
before_install:
More information about the ghc-commits
mailing list