Skip to content

Commit a3cab9c

Browse files
committed
fix mac
1 parent 6090a8e commit a3cab9c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ addons:
4949

5050
before_install:
5151
#
52-
- sudo apt-get install -y libtbb2 libtbb-dev
52+
- if [[ $TRAVIS_OS_NAME == "linux" ]]; then sudo apt-get install -y libtbb2 libtbb-dev; fi
5353
#
54-
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
54+
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
5555
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install tbb; fi
5656

5757
# reinstall latest nvm

0 commit comments

Comments
 (0)