From 516be7a781a8965292b4eaa988aff9c76aaa53b6 Mon Sep 17 00:00:00 2001 From: Jonathan Boulle Date: Mon, 26 Oct 2015 12:47:15 -0700 Subject: [PATCH] travis: only run unit tests Travis has chronic problems successfully running the integration suite - and we've successfully moved to Semaphore for that purpose - but can still be useful as a fail-fast option for testing unit tests and formatting. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9a2e79da3..eff8e7a5d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,4 +5,4 @@ go: - 1.5 script: - - INTEGRATION=y ./test + - ./test