From 63f430a44cfaaa70bdd0d04b4d0b515d10972e48 Mon Sep 17 00:00:00 2001 From: Michael Contento Date: Sun, 2 Apr 2017 08:23:36 +0200 Subject: [PATCH] skip "brew update" on travis --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 09a1c7a..d87f8bc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,6 @@ os: before_script: - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then - brew update; brew install bats; fi -