Skip to content

Commit

Permalink
Use specific binary-serialize-cbor version for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
arybczak committed Dec 7, 2016
1 parent f941b7d commit b64a37d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -23,6 +23,9 @@ install:
- travis_retry cabal update
- sed -i 's/^jobs:/-- jobs:/' ${HOME}/.cabal/config
- git clone https://github.com/well-typed/binary-serialise-cbor.git
- cd binary-serialise-cbor
- git checkout -b 0.1.1.0.1 05a7ebf8a2e1af0feb61bc85b828a712e95762e8
- cd ..
- cabal sandbox init
- cabal sandbox add-source binary-serialise-cbor
- cabal install --only-dependencies --enable-tests --enable-benchmarks
Expand Down

0 comments on commit b64a37d

Please sign in to comment.