diff --git a/.travis.yml b/.travis.yml index 10905cb..dde051f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,8 @@ install: - cabal update - cabal install happy --constraint 'transformers <= 0.3.0.0' - happy --version + - git clone -b for-ghc-mod https://github.com/DanielG/monad-journal.git + - cabal install ./monad-journal --constraint 'transformers <= 0.3.0.0' - cabal install -j --only-dependencies --enable-tests script: