Skip to content
Snippets Groups Projects
Commit babe26ee authored by Herbert Valerio Riedel's avatar Herbert Valerio Riedel :man_dancing:
Browse files

Remove superflous autoconf setup from `.travis.yml`

parent a79f8b8f
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ env:
before_install:
- sudo add-apt-repository -y ppa:hvr/ghc
- sudo apt-get update
- sudo apt-get install cabal-install-1.18 ghc-$GHCVER autoconf
- sudo apt-get install cabal-install-1.18 ghc-$GHCVER
- export PATH=/opt/ghc/$GHCVER/bin:$PATH
install:
......@@ -17,7 +17,6 @@ install:
- ghc --version
script:
- autoreconf -i
- cabal-1.18 configure -v2
- cabal-1.18 build
- cabal-1.18 check
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment