We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 872b8ef commit 75cae54Copy full SHA for 75cae54
1 file changed
.travis.yml
@@ -13,13 +13,7 @@ env:
13
- PANDOC_DEB="https://github.com/jgm/pandoc/releases/download/2.7.3/pandoc-2.7.3-1-amd64.deb"
14
matrix:
15
- RACKET_VERSION=7.4
16
-
17
-addons:
18
- homebrew:
19
- packages:
20
- - pandoc
21
- - nasm
22
+
23
cache:
24
directories:
25
- $PANDOC
@@ -33,6 +27,8 @@ before_install:
33
27
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then export PATH="${RACKET_DIR}/bin:${PATH}"; fi
34
28
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get install -y nasm; fi
35
29
- 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
36
32
37
install:
38
0 commit comments