From 5f610f51dc5a3d7162da1221983af4a1f594bfd8 Mon Sep 17 00:00:00 2001 From: Greg Hendershott Date: Thu, 11 Jul 2013 23:00:02 -0400 Subject: [PATCH] Try using language: c Possibly a simpler environment. In any case, `language: racket` was a "no-op documentation" resulting in some default, since Racket not officially supported. I _think_ the default was Ruby, so trying C as a maybe simpler/cleaner base. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 982e707..453b75d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,4 @@ -language: racket +language: c env: - RACKET_VERSION=5.3.5