Skip to content

Commit

Permalink
Add overlay
Browse files Browse the repository at this point in the history
  • Loading branch information
nomeata committed Jul 23, 2018
1 parent 61633ce commit 0b734b3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ before_install:
- export PATH=/opt/ghcjs/8.2/bin:$PATH
- export PATH=$TRAVIS_BUILD_DIR/node_modules/.bin:$PATH
- du -sh $HOME/.ghcjs $HOME/.ghc $HOME/.cabal/bin $HOME/.cabal/lib $HOME/.cabal/share
- rm -f ~/.cabal/config
- cabal update # to ensure the config exists
- 'fgrep hackage-ghcjs-overlay.nomeata.de/ $HOME/.cabal/config ||
echo -e "repository ghcjs-overlay\n url: http://hackage-ghcjs-overlay.nomeata.de/\n secure: True\n root-keys:\n key-threshold: 0" >> ~/.cabal/config'
- cat ~/.cabal/config
- cabal update

jobs:
Expand Down

0 comments on commit 0b734b3

Please sign in to comment.