From 8814be702bb219a9a90eba5688b8b989033b66c7 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Sat, 4 Apr 2020 20:06:24 -0700 Subject: [PATCH] force trusty for testing --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 8e9021f..7b63a07 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ # https://github.com/greghendershott/travis-racket/blob/master/.travis.yml # Thanks Greg! +dist: trusty language: c sudo: false