We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cd375e commit e8c49d0Copy full SHA for e8c49d0
.travis.yml
@@ -39,8 +39,12 @@ addons:
39
- ubuntu-toolchain-r-test
40
packages:
41
- g++-4.8
42
+ - libtbb2
43
44
before_install:
45
+- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
46
+- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install tbb; fi
47
+
48
# reinstall latest nvm
49
- 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
50
- nvm install $TRAVIS_NODE_VERSION
0 commit comments