diff options
author | John MacFarlane <jgm@berkeley.edu> | 2016-01-05 11:28:42 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2016-01-05 11:28:42 -0800 |
commit | e792920d4a8d440010e1208b28239b7811090583 (patch) | |
tree | c2b36c602959faf2858267879c83e9f74caf8d34 | |
parent | 51a415edabc0c1a6d30baeb8ee518061539ff69a (diff) | |
download | pandoc-e792920d4a8d440010e1208b28239b7811090583.tar.gz |
Regenerated .travis.yml to include 7.10.3.
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index bc8626336..4e2c3276f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,6 +22,9 @@ matrix: - env: CABALVER=1.18 GHCVER=7.8.4 GHCOPTS=-Werror compiler: ": #GHC 7.8.4" addons: {apt: {packages: [cabal-install-1.18,ghc-7.8.4], sources: [hvr-ghc]}} + - env: CABALVER=1.22 GHCVER=7.10.3 GHCOPTS=-Werror + compiler: ": #GHC 7.10.3" + addons: {apt: {packages: [cabal-install-1.22,ghc-7.10.3], sources: [hvr-ghc]}} before_install: - unset CC |