Skip to content

Commit 74317c8

Browse files
committed
Fix travis
1 parent f055663 commit 74317c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ install:
6565
# any command which exits with a non-zero exit code causes the build to fail.
6666
script:
6767
- if [ -f configure.ac ]; then autoreconf -i; fi
68-
- rm -rf dist/
68+
- rm -rf dist/ .ghc.environment.*
6969
- cabal sdist # test that a source-distribution can be generated
7070
- cd dist/
7171
- SRCTAR=(${PKGNAME}-*.tar.gz)

0 commit comments

Comments
 (0)