Skip to content

Commit 27871ed

Browse files
committed
tbb
1 parent 5ccde42 commit 27871ed

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,12 @@ addons:
4545
packages:
4646
- g++
4747
- libtbb2
48-
- libtbb
48+
- libtbb-dev
4949

5050
before_install:
51+
#
52+
- sudo apt-get install -y libtbb2 libtbb-dev
53+
#
5154
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
5255
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install tbb; fi
5356

0 commit comments

Comments
 (0)