Skip to content

Commit

Permalink
[travis] test only on GHC 7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
timjb committed Feb 4, 2015
1 parent a1e501c commit b834b64
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
@@ -1,10 +1,9 @@
language: haskell
ghc:
- 7.6
- 7.8
before_install:
- "sudo apt-get install libpcre3 libpcre3-dev"
# register library as a package (needs to be fully installed on the system before the tests are run)
- "cabal install --force-reinstalls --enable-tests --max-backjumps 50"
- "cabal install --force-reinstalls --enable-tests
after_script:
- "cat dist/test/aeson-schema-*-tests.log"

0 comments on commit b834b64

Please sign in to comment.