summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfalkTX <falktx@falktx.com>2020-05-31 13:49:50 +0100
committerfalkTX <falktx@falktx.com>2020-05-31 13:49:50 +0100
commit5959a1c88ebc42b26def8e4f7409dba2239ca4b4 (patch)
tree10a6572726f9c83ec96c89198294d94f4c9999a0
parent3d36986f3199e338d09570fbdedb0cecbc619429 (diff)
downloadjack2-5959a1c88ebc42b26def8e4f7409dba2239ca4b4.tar.gz
Typo
Signed-off-by: falkTX <falktx@falktx.com>
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 48c41d47..74274c25 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -85,7 +85,7 @@ before_install:
# uninstalling oclint, as it's preinstalled and conflicts with all versions of gcc
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
brew cask uninstall oclint || true
- brew update
+ brew update;
fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get -qq update; fi