Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
removed optional openexr ilmbase from osx build to not generate travis errors
  • Loading branch information
buddhi1980 committed Aug 27, 2017
1 parent c747881 commit 4749f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -35,7 +35,7 @@ install:
;
else
brew update > /dev/null
&& brew install qt5 gsl llvm lzo openexr ilmbase libsndfile tree
&& brew install qt5 gsl llvm lzo libsndfile tree
&& export CC=/usr/local/opt/llvm/bin/clang
&& export CXX=/usr/local/opt/llvm/bin/clang++
&& export LDFLAGS="-L/usr/local/opt/llvm/lib $LDFLAGS"
Expand Down

2 comments on commit 4749f54

@buddhi1980
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@zebastian , I have removed optional packages for osx build, because then only generate travis errors. If you want to continue trials with these packages, please create temporary branch.

@zebastian
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK, i will continue in that later

Please sign in to comment.