We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7c70d8 commit aba11f9Copy full SHA for aba11f9
1 file changed
.travis.yml
@@ -8,7 +8,7 @@ env:
8
- PANDOC=~/.pandoc
9
- PANDOC_DEB="https://github.com/jgm/pandoc/releases/download/2.7.3/pandoc-2.7.3-1-amd64.deb"
10
matrix:
11
- - RACKET_VERSION=7.3
+ - RACKET_VERSION=7.4
12
cache:
13
directories:
14
- $PANDOC
@@ -46,4 +46,4 @@ deploy:
46
script: rsync -rvzp $TRAVIS_BUILD_DIR/www/cmsc430 dvanhorn@junkfood.cs.umd.edu:$WWW_DIR/fall2019
47
on:
48
branch: master
49
- condition: "$RACKET_VERSION='7.3'"
+
0 commit comments