From f056d28b2eb1f20793119a5c48f75bef7f9954d7 Mon Sep 17 00:00:00 2001 From: Matthew Rothenberg Date: Thu, 16 Oct 2014 11:39:08 -0400 Subject: [PATCH] remove redundant test envs they were just there when we were making sure the env variable shell selection was working properly in all cases, now that we know it is, they can be removed. --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7abf0e3..f2597de 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,10 +3,8 @@ os: - osx env: - - TEST_SHELLS="zsh bash" - TEST_SHELLS=bash - TEST_SHELLS=zsh - - HI=mom install: - ./test/support/travisci_deps.sh