Skip to content

Commit

Permalink
use minimal racket
Browse files Browse the repository at this point in the history
  • Loading branch information
goodmind committed Mar 12, 2017
1 parent aa7c1e4 commit 7d54f1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 cask install racket; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install minimal-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
Expand Down

0 comments on commit 7d54f1f

Please sign in to comment.