Skip to content

Commit 48a8c27

Browse files
committed
fix: add boost library
1 parent 20e6807 commit 48a8c27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ sudo: true
66

77
addons:
88
apt:
9-
packages: clang-format colordiff lcov
9+
packages: clang-format colordiff lcov libboost-all-dev
1010

1111
script:
1212
- ./build.sh -t
1313
- ./build.sh -c
1414

1515
after_success:
16-
- bash <(curl -s https://codecov.io/bash) -f coverage.info || echo "Codecov did not collect coverage reports"
16+
- bash <(curl -s https://codecov.io/bash) -f coverage.info || echo "Codecov did not collect coverage reports"

0 commit comments

Comments
 (0)