We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 800fcc1 commit 8b6e999Copy full SHA for 8b6e999
.travis.yml
@@ -49,6 +49,12 @@ install:
49
- TEST=${TEST---enable-tests}
50
- travis_retry cabal update -v
51
- sed -i 's/^jobs:/-- jobs:/' ${HOME}/.cabal/config
52
+ # Install hspec-discover manually, before hackage accepts build-tool-depends
53
+ - mkdir -p $HOME/.local/bin
54
+ - export PATH=$HOME/.local/bin/:$PATH
55
+ - cabal get hspec-discover
56
+ - "cd hspec-discover-*; cabal new-build hspec-discover:exe:hspec-discover; cp $(find dist-newstyle -type f -name hspec-discover) $HOME/.local/bin; cd .."
57
+
58
- rm -fv cabal.project.local
59
- "echo 'packages: .' > cabal.project"
60
- rm -f cabal.project.freeze
0 commit comments