Skip to content

Commit

Permalink
Revert "use minimal racket"
Browse files Browse the repository at this point in the history
This reverts commit 7d54f1f.
  • Loading branch information
goodmind committed Mar 12, 2017
1 parent fac48ba commit 3f89a0d
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 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
Expand Down

0 comments on commit 3f89a0d

Please sign in to comment.