Skip to content

Commit

Permalink
add packdeps and packunused
Browse files Browse the repository at this point in the history
  • Loading branch information
ekmett committed Apr 26, 2014
1 parent adb48a9 commit d007ae8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Expand Up @@ -7,13 +7,17 @@ before_install:

# Try installing some of the build-deps with apt-get for speed.
- travis/cabal-apt-install $mode
- travis/cabal-apt-install packdeps packunused

install:
- cabal configure $mode
- cabal build
- cabal build --ghc-options=-ddump-minimal-imports

script:
- $script && hlint src --cpp-define HLINT
- $script
- hlint src --cpp-define HLINT
- packdeps adjunctions.cabal
- packunused

notifications:
irc:
Expand Down

0 comments on commit d007ae8

Please sign in to comment.