From 527bd814e2a5c0d5d613b84c9adae9cb4f23ca21 Mon Sep 17 00:00:00 2001 From: Takahiro HIMURA Date: Fri, 30 Jan 2015 02:10:43 +0900 Subject: [PATCH] .travis.yml: Add --allow-newer=twitter-types flag when build twitter-types-lens --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8ecd1a2..87ecb08 100644 --- a/.travis.yml +++ b/.travis.yml @@ -51,8 +51,8 @@ script: - cabal install - cd .. - cd twitter-types-lens - - travis_retry cabal install --only-dependencies --enable-tests - - cabal configure --enable-tests $CABAL_FLAGS + - travis_retry cabal install --only-dependencies --enable-tests --allow-newer=twitter-types + - cabal configure --enable-tests $CABAL_FLAGS --allow-newer=twitter-types - cabal build after_script: