Skip to content

Commit 60d7a55

Browse files
author
Tobias Knöschke
committed
Add missing packages to other builds aswell
1 parent ef9d862 commit 60d7a55

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.travis.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,22 @@ matrix:
1818
- os: linux
1919
compiler: clang
2020
env: CMAKE_CONFIGURATION=release BUILD_DIR=build
21+
addons:
22+
apt:
23+
packages:
24+
- libboost-regex-dev
25+
- cppcheck
26+
- clang-tidy-3.8
2127

2228
- os: linux
2329
compiler: clang
2430
env: CMAKE_CONFIGURATION=debug BUILD_DIR=build-debug
31+
addons:
32+
apt:
33+
packages:
34+
- libboost-regex-dev
35+
- cppcheck
36+
- clang-tidy-3.8
2537

2638
- os: linux
2739
compiler: gcc
@@ -35,6 +47,9 @@ matrix:
3547
packages:
3648
- cmake
3749
- g++-5
50+
- libboost-regex-dev
51+
- cppcheck
52+
- clang-tidy-3.8
3853

3954
- os: linux
4055
compiler: gcc

0 commit comments

Comments
 (0)