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

Commit

Permalink
Merge pull request #266 from teragonaudio/nik/master/fix-travis
Browse files Browse the repository at this point in the history
Fix travis build
  • Loading branch information
nikreiman authored Jan 26, 2017
2 parents 281c10c + ccdd30b commit 299c79d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ matrix:
include:
- os: osx
compiler: clang
osx_image: xcode7.1
osx_image: xcode7.3
env: C_COMPILER=clang CXX_COMPILER=clang++ CONFIGURATION=Release

- os: linux
Expand Down
2 changes: 1 addition & 1 deletion scripts/travis-before-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ TRAVIS_OS_NAME=$1
case $TRAVIS_OS_NAME in
osx)
brew update
brew install cmake ninja libzip
brew install ninja libzip
;;
linux)
sudo dpkg --add-architecture i386
Expand Down

0 comments on commit 299c79d

Please sign in to comment.