summaryrefslogtreecommitdiff
path: root/dev/update-dependencies.sh
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2014-02-26 14:26:42 +0100
committerDaniel Gröber <dxld@darkboxed.org>2014-02-26 16:09:22 +0100
commitb041624dca8b66d89180158e28bc5d0808046023 (patch)
treeb5230c5597e48c45ebf11009fb709a4138741b8f /dev/update-dependencies.sh
parentfa01c6b1b3918b5dc68933ad18a7ce930788338b (diff)
Fix Travis build
Diffstat (limited to 'dev/update-dependencies.sh')
-rwxr-xr-xdev/update-dependencies.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/dev/update-dependencies.sh b/dev/update-dependencies.sh
index ebe78608..c83694c3 100755
--- a/dev/update-dependencies.sh
+++ b/dev/update-dependencies.sh
@@ -2,6 +2,10 @@
2 2
3cd $(dirname $0)/.. 3cd $(dirname $0)/..
4 4
5git submodule init
5git submodule foreach git fetch 6git submodule foreach git fetch
6git submodule update --recursive --checkout --force 7git submodule update --recursive --checkout --force
8
9$(dirname $0)/add-sources.sh
10
7cabal install --enable-tests --only-dependencies --reinstall 11cabal install --enable-tests --only-dependencies --reinstall