[commit: ghc] wip/nfs-locking: This should work, I guess. (019b513)
git at git.haskell.org
git at git.haskell.org
Thu Oct 26 23:56:18 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/019b51376ee25ec0d73931f3bd946bf2d3c23e71/ghc
>---------------------------------------------------------------
commit 019b51376ee25ec0d73931f3bd946bf2d3c23e71
Author: Moritz Angermann <moritz.angermann at gmail.com>
Date: Wed Jan 6 12:38:22 2016 +0800
This should work, I guess.
>---------------------------------------------------------------
019b51376ee25ec0d73931f3bd946bf2d3c23e71
.travis.yml | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 33c4c3e..4a2179d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,10 +18,9 @@ addons:
sources: hvr-ghc
before_install:
- osx:
- - brew update
- - brew outdated ghc || brew upgrade ghc
- - brew outdated cabal-install || brew upgrade cabal-install
+ - if [ $TRAVIS_OS_NAME == osx ]; then brew update; fi
+ - if [ $TRAVIS_OS_NAME == osx ]; then brew outdated ghc || brew upgrade ghc; fi
+ - if [ $TRAVIS_OS_NAME == osx ]; then brew outdated cabal-install || brew upgrade cabal-install; fi
- PATH="$HOME/.cabal/bin:$PATH"
- PATH="/opt/ghc/$GHCVER/bin:$PATH"
More information about the ghc-commits
mailing list