Browse Source

Typo

Signed-off-by: falkTX <falktx@falktx.com>
tags/v1.9.15
falkTX 5 years ago
parent
commit
5959a1c88e
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .travis.yml

+ 1
- 1
.travis.yml View File

@@ -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



Loading…
Cancel
Save