Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.

Commit

Permalink
Solves brew update problem in macOS CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ncordon committed Oct 25, 2019
1 parent 89f837e commit dea6c2f
Show file tree
Hide file tree
Showing 2 changed files 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 @@ -14,7 +14,7 @@ env:

before_install:
- if [[ $TRAVIS_OS_NAME = linux ]]; then sudo apt-get update -y && sudo apt-get install -y libcunit1 libcunit1-doc libcunit1-dev gcc-mingw-w64-x86-64; fi
- if [[ $TRAVIS_OS_NAME = osx ]]; then brew install cunit lcov ; fi
- if [[ $TRAVIS_OS_NAME = osx ]]; then HOMEBREW_NO_AUTO_UPDATE=1 brew install cunit lcov ; fi

script:
- make package-all
Expand Down
Binary file added tests/testsuite
Binary file not shown.

0 comments on commit dea6c2f

Please sign in to comment.