Skip to content

Commit e8c49d0

Browse files
committed
add tbb
1 parent 7cd375e commit e8c49d0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,12 @@ addons:
3939
- ubuntu-toolchain-r-test
4040
packages:
4141
- g++-4.8
42+
- libtbb2
4243

4344
before_install:
45+
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
46+
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install tbb; fi
47+
4448
# reinstall latest nvm
4549
- rm -rf ~/.nvm && git clone https://github.com/creationix/nvm.git ~/.nvm && (cd ~/.nvm && git checkout `git describe --abbrev=0 --tags`) && source ~/.nvm/nvm.sh
4650
- nvm install $TRAVIS_NODE_VERSION

0 commit comments

Comments
 (0)