Skip to content

Commit

Permalink
packunused is using the wrong cabal, disable it
Browse files Browse the repository at this point in the history
  • Loading branch information
ekmett committed Nov 21, 2014
1 parent b9a944a commit 3979faa
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,6 @@ notifications:
- "\x0313bifunctors\x03/\x0306%{branch}\x03 \x0314%{commit}\x03 %{build_url} %{message}"

env:
# - GHCVER=7.0.1
# - GHCVER=7.0.2
# - GHCVER=7.0.3
# - GHCVER=7.0.4
# - GHCVER=7.2.1
# - GHCVER=7.2.2
- GHCVER=7.4.1
- GHCVER=7.4.2
- GHCVER=7.6.1
Expand All @@ -41,7 +35,7 @@ install:
script:
- cabal-1.18 configure --enable-tests -v2
- cabal-1.18 build --ghc-options=-ddump-minimal-imports
- packunused
# - packunused
- packdeps bifunctors.cabal
- cabal-1.18 test
- cabal-1.18 check
Expand Down

0 comments on commit 3979faa

Please sign in to comment.