From 723494f01e4b0f76e17b809a2a2922a7f003cbcf Mon Sep 17 00:00:00 2001 From: Brent Yorgey Date: Tue, 22 Dec 2015 07:35:05 -0600 Subject: [PATCH] travis: build xmonad from HEAD --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 104e687c..e4b3afee 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,6 +31,9 @@ before_install: - export PATH=/opt/ghc/$GHCVER/bin:/opt/cabal/$CABALVER/bin:$PATH install: + # build xmonad from HEAD + - git clone https://github.com/xmonad/xmonad.git + - cabal --version - echo "$(ghc --version) [$(ghc --print-project-git-commit-id 2> /dev/null || echo '?')]" - if [ -f $HOME/.cabal/packages/hackage.haskell.org/00-index.tar.gz ]; @@ -66,6 +69,8 @@ install: cp -a $HOME/.cabal/lib $HOME/.cabal/share $HOME/.cabal/bin installplan.txt $HOME/.cabsnap/; fi + - cabal install xmonad/ + # Here starts the actual work to be performed for the package under test; # any command which exits with a non-zero exit code causes the build to fail. script: