Skip to content

Commit

Permalink
travis.yml: follow advice from haskell-CI/haskell-ci#81 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
peti committed Jul 2, 2017
1 parent ba72263 commit bff92ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ install:
# any command which exits with a non-zero exit code causes the build to fail.
script:
- if [ -f configure.ac ]; then autoreconf -i; fi
- rm -rf dist/
- rm -rf .ghc.environment.* dist/
- cabal sdist # test that a source-distribution can be generated
- cd dist/
- SRCTAR=(${PKGNAME}-*.tar.gz)
Expand Down

0 comments on commit bff92ed

Please sign in to comment.