Skip to content

Commit 872b8ef

Browse files
committed
Trying again with cask.
1 parent ca23281 commit 872b8ef

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ addons:
1919
packages:
2020
- pandoc
2121
- nasm
22-
casks:
23-
- racket
2422

2523
cache:
2624
directories:
@@ -34,6 +32,7 @@ before_install:
3432
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then cat travis-racket/install-racket.sh | bash; fi
3533
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then export PATH="${RACKET_DIR}/bin:${PATH}"; fi
3634
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get install -y nasm; fi
35+
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew cask install racket; fi
3736

3837
install:
3938

@@ -43,7 +42,6 @@ before_script:
4342
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sleep 3; fi
4443

4544
script:
46-
- /Applications/Racket\ v7.4/bin/racket
4745
- raco make www/main.scrbl
4846
- raco test www
4947
- make -C www main

0 commit comments

Comments
 (0)