We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20e6807 commit 48a8c27Copy full SHA for 48a8c27
.travis.yml
@@ -6,11 +6,11 @@ sudo: true
6
7
addons:
8
apt:
9
- packages: clang-format colordiff lcov
+ packages: clang-format colordiff lcov libboost-all-dev
10
11
script:
12
- ./build.sh -t
13
- ./build.sh -c
14
15
after_success:
16
- - bash <(curl -s https://codecov.io/bash) -f coverage.info || echo "Codecov did not collect coverage reports"
+ - bash <(curl -s https://codecov.io/bash) -f coverage.info || echo "Codecov did not collect coverage reports"
0 commit comments