Skip to content

Commit

Permalink
.travis.yml: Add --allow-newer=twitter-types flag when build twitter-…
Browse files Browse the repository at this point in the history
…types-lens
  • Loading branch information
himura committed Jan 29, 2015
1 parent b23bbb4 commit 527bd81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 527bd81

Please sign in to comment.