Skip to content

Commit 75cae54

Browse files
committed
Addon thing clearly not working.
1 parent 872b8ef commit 75cae54

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

.travis.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,7 @@ env:
1313
- PANDOC_DEB="https://github.com/jgm/pandoc/releases/download/2.7.3/pandoc-2.7.3-1-amd64.deb"
1414
matrix:
1515
- RACKET_VERSION=7.4
16-
17-
addons:
18-
homebrew:
19-
packages:
20-
- pandoc
21-
- nasm
22-
16+
2317
cache:
2418
directories:
2519
- $PANDOC
@@ -33,6 +27,8 @@ before_install:
3327
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then export PATH="${RACKET_DIR}/bin:${PATH}"; fi
3428
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get install -y nasm; fi
3529
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew cask install racket; fi
30+
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew install nasm; fi
31+
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew install pandoc; fi
3632

3733
install:
3834

0 commit comments

Comments
 (0)