Skip to content

Commit ca921d0

Browse files
authored
Merge pull request #64 from phadej/fix-travis
Fix travis
2 parents f055663 + 74317c8 commit ca921d0

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)