Skip to content

Commit

Permalink
fixed naming bug in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ugeorge committed Dec 27, 2018
1 parent 5c949b4 commit a14b8ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ script:
- cabal check
- cabal sdist # tests that a source-distribution can be generated
- cabal test
- echo "Test log" dist/test/ForSyDe-Deep*-examples.log
- cat dist/test/ForSyDe-Deep*-examples.log
- echo "Test log" dist/test/forsyde-deep*-examples.log
- cat dist/test/forsyde-deep*-examples.log
# Check that the resulting source distribution can be built & installed.
# If there are no other `.tar.gz` files in `dist`, this can be even simpler:
# `cabal install --force-reinstalls dist/*-*.tar.gz`
Expand Down

0 comments on commit a14b8ae

Please sign in to comment.