Skip to content

Commit

Permalink
Fixed Travis error on OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
oomek committed Mar 14, 2019
1 parent 97fde70 commit a75169e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ matrix:
- os: osx
compiler: gcc
before_install:
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew update --all; fi
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew update; brew upgrade --all; fi
install:
- if [ "$TRAVIS_OS_NAME" == "osx" ]; then brew install ffmpeg sfml libarchive curl; fi
script:
Expand Down

0 comments on commit a75169e

Please sign in to comment.