Update .travis.yml

This commit is contained in:
egorpugin 2015-09-06 21:21:53 +03:00
parent d7059e13fd
commit df2309727d

View File

@ -22,6 +22,7 @@ addons:
- g++-4.8
before_install:
- if [[ $TRAVIS_OS_NAME == osx ]]; then OSX=true; fi
- if [[ $OSX ]]; then brew update; fi
install: