Force reinstalls in docker-container build

Signed-off-by: Collin J. Doering <collin.doering@rekahsoft.ca>
This commit is contained in:
Collin J. Doering 2017-11-04 22:49:57 -04:00
parent 972ebc793e
commit f8139b3718
Signed by: rekahsoft
GPG Key ID: 7B4DEB93212B3022
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ build:
- _site/*
script:
- cabal update
- cabal install --enable-tests
- cabal install --enable-tests --force-reinstalls
- ./site configure
- ./site make
- ./site build