From ca38aeef4691413bdc2c962f7d43eb17abe5204f Mon Sep 17 00:00:00 2001 From: Ryan Davis Date: Sat, 13 Aug 2016 14:44:53 -0700 Subject: [PATCH] Removed SCOPE_SNAPSHOT from .travis.yml --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 882a0ae..5e0c3f0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,7 +30,6 @@ env: - RACKET_VERSION=6.1.1 - RACKET_VERSION=6.2 - RACKET_VERSION=HEAD - - RACKET_VERSION=SCOPE_SNAPSHOT - RACKET_VERSION=RELEASE # You may want to test against certain versions of Racket, without @@ -38,7 +37,6 @@ env: matrix: allow_failures: - env: RACKET_VERSION=HEAD - - env: RACKET_VERSION=SCOPE_SNAPSHOT - env: RACKET_VERSION=RELEASE # Fast finish: Overall build result is determined as soon as any of # its rows have failed, or, all of its rows that aren't allowed to