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 8d45c36
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ addons:
packages:
- g++
- libtbb2
- libtbb
- libtbb-dev

before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi
Expand All @@ -67,6 +67,8 @@ before_install:
echo " PATH =" $PATH
fi;
true;
#
- apt-get install libtbb2 libtbb-dev

# print versions
- uname -a
Expand Down

0 comments on commit 8d45c36

Please sign in to comment.