diff --git a/.travis.yml b/.travis.yml index da933b3..3486405 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,6 @@ +# Copy these contents into the root directory of your Github project in a file +# named .travis.yml + # Use new container infrastructure to enable caching sudo: false @@ -25,9 +28,6 @@ matrix: include: # We grab the appropriate GHC and cabal-install versions from hvr's PPA. See: # https://github.com/hvr/multi-ghc-travis - - env: BUILD=cabal GHCVER=6.12.3 CABALVER=1.16 - compiler: ": #GHC 6.12.3" - addons: {apt: {packages: [cabal-install-1.16,ghc-6.12.3], sources: [hvr-ghc]}} - env: BUILD=cabal GHCVER=7.0.4 CABALVER=1.16 compiler: ": #GHC 7.0.4" addons: {apt: {packages: [cabal-install-1.16,ghc-7.0.4], sources: [hvr-ghc]}}