From a7326191768426e51c01a68c7fd2976b0275e8b9 Mon Sep 17 00:00:00 2001 From: Bryan Donovan Date: Sun, 13 Oct 2013 18:46:11 -0700 Subject: [PATCH] only running travis tests on master --- travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/travis.yml b/travis.yml index 116691e..8009016 100644 --- a/travis.yml +++ b/travis.yml @@ -6,4 +6,3 @@ script: 'make test-travis' branches: only: - master - - develop