From 3f89a0d6b3196da0f92e0309ab21c7e3a083d526 Mon Sep 17 00:00:00 2001 From: goodmind Date: Sun, 12 Mar 2017 13:12:09 +0500 Subject: [PATCH] Revert "use minimal racket" This reverts commit 7d54f1fb11da5e933ace782f74d46f9e42e67bc7. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9cf843a..6a104f4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ matrix: - os: osx before_install: - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi - - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install minimal-racket; fi + - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew cask install racket; fi - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then git clone https://github.com/greghendershott/travis-racket.git; fi - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then cat travis-racket/install-racket.sh | bash; fi - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export PATH="${RACKET_DIR}/bin:${PATH}"; fi