Skip to content

Commit aba2fdb

Browse files
committed
Fix .travis.yml bug preventing par-collections from being tested.
1 parent 98aa0cf commit aba2fdb

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
@@ -46,7 +46,7 @@ script:
4646
cabal test;
4747
cabal bench;
4848
cabal sdist;
49-
cd ../../;
49+
cd -;
5050
done;
5151

5252
# There's no Setup.hs for lvish. Perhaps there should be?

0 commit comments

Comments
 (0)