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.
1 parent f055663 commit 74317c8Copy full SHA for 74317c8
.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