Skip to content

Commit 036358b

Browse files
committed
Fix sdist path in .travis
1 parent 3a8b4e6 commit 036358b

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
@@ -87,7 +87,7 @@ install:
8787
script:
8888
# test that source-distributions can be generated
8989
- (cd "." && cabal sdist)
90-
- mv "."/dist/threadscope-*.tar.gz ${DISTDIR}/
90+
- mv "."/dist-newstyle/sdist/threadscope-*.tar.gz ${DISTDIR}/
9191
- cd ${DISTDIR} || false
9292
- find . -maxdepth 1 -name '*.tar.gz' -exec tar -xvf '{}' \;
9393
- "printf 'packages: threadscope-*/*.cabal\\n' > cabal.project"

0 commit comments

Comments
 (0)