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 6090a8e commit a3cab9cCopy full SHA for a3cab9c
1 file changed
.travis.yml
@@ -49,9 +49,9 @@ addons:
49
50
before_install:
51
#
52
-- sudo apt-get install -y libtbb2 libtbb-dev
+- if [[ $TRAVIS_OS_NAME == "linux" ]]; then sudo apt-get install -y libtbb2 libtbb-dev; fi
53
54
-- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
+- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
55
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install tbb; fi
56
57
# reinstall latest nvm
0 commit comments