[commit: ghc] wip/nfs-locking: Use install. (59c09b8)
git at git.haskell.org
git at git.haskell.org
Thu Oct 26 23:39:01 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/59c09b8be58c2f1fd8e75788d9bccf63e9ff1458/ghc
>---------------------------------------------------------------
commit 59c09b8be58c2f1fd8e75788d9bccf63e9ff1458
Author: Moritz Angermann <moritz.angermann at gmail.com>
Date: Wed Jan 6 12:43:17 2016 +0800
Use install.
>---------------------------------------------------------------
59c09b8be58c2f1fd8e75788d9bccf63e9ff1458
.travis.yml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 4a2179d..6e1bf5b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,8 +19,7 @@ addons:
before_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
+ - if [ $TRAVIS_OS_NAME == osx ]; then brew install ghc cabal-install; fi
- PATH="$HOME/.cabal/bin:$PATH"
- PATH="/opt/ghc/$GHCVER/bin:$PATH"
More information about the ghc-commits
mailing list