Skip to content

Commit ad3c132

Browse files
mboesfacundominguez
authored andcommitted
Reenable building and running d-p-tests in CI.
1 parent 29e1514 commit ad3c132

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ before_install:
2323
- sed -i 's/^jobs:/-- jobs:/' $HOME/.cabal/config
2424
- cabal sandbox init
2525
- cabal sandbox add-source .
26-
- cabal sandbox add-source distributed-process-tests
26+
- cabal sandbox add-source distributed-process-tests/
2727

2828
install:
29-
- cabal install --only-dependencies --jobs=2
29+
- cabal install --only-dependencies distributed-process-tests/
3030

3131
script:
32-
- cabal install --run-tests
32+
- cabal install --run-tests distributed-process-tests/

0 commit comments

Comments
 (0)