Skip to content

Commit

Permalink
add tbb
Browse files Browse the repository at this point in the history
  • Loading branch information
erossignon committed Mar 23, 2018
1 parent 7cd375e commit e8c49d0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,12 @@ addons:
- ubuntu-toolchain-r-test
packages:
- g++-4.8
- libtbb2

before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install tbb; fi

# reinstall latest nvm
- 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
- nvm install $TRAVIS_NODE_VERSION
Expand Down

0 comments on commit e8c49d0

Please sign in to comment.