Skip to content

Commit 0ad7842

Browse files
committed
Corrected OSX build file
1 parent 49c068e commit 0ad7842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ before_install:
2424
# lookup boost version
2525
#- sudo apt-cache search libboost
2626
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
27-
rm /usr/local/include/c++
27+
rm /usr/local/include/c++;
2828
brew update;
2929
brew upgrade boost;
3030
brew install gcc@6;

0 commit comments

Comments
 (0)