Skip to content

Commit

Permalink
[travis] fix dependency problems
Browse files Browse the repository at this point in the history
  • Loading branch information
timjb committed Feb 4, 2015
1 parent 6e1f01f commit 4b17e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -4,6 +4,6 @@ ghc:
- 7.8
before_install:
- "sudo apt-get install libpcre3 libpcre3-dev"
- "cabal install --force-reinstalls" # register library as a package (needs to be fully installed on the system before the tests are run)
- "cabal install --force-reinstalls --enable-tests" # register library as a package (needs to be fully installed on the system before the tests are run)
after_script:
- "cat dist/test/aeson-schema-*-tests.log"

0 comments on commit 4b17e15

Please sign in to comment.