Skip to content

Commit

Permalink
tbb
Browse files Browse the repository at this point in the history
  • Loading branch information
erossignon committed Nov 2, 2019
1 parent 5ccde42 commit 27871ed
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,12 @@ addons:
packages:
- g++
- libtbb2
- libtbb
- libtbb-dev

before_install:
#
- sudo apt-get install -y libtbb2 libtbb-dev
#
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install tbb; fi

Expand Down

0 comments on commit 27871ed

Please sign in to comment.