We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f055663 + 74317c8 commit ca921d0Copy full SHA for ca921d0
.travis.yml
@@ -65,7 +65,7 @@ install:
65
# any command which exits with a non-zero exit code causes the build to fail.
66
script:
67
- if [ -f configure.ac ]; then autoreconf -i; fi
68
- - rm -rf dist/
+ - rm -rf dist/ .ghc.environment.*
69
- cabal sdist # test that a source-distribution can be generated
70
- cd dist/
71
- SRCTAR=(${PKGNAME}-*.tar.gz)
0 commit comments