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 ef9d862 commit 60d7a55Copy full SHA for 60d7a55
.travis.yml
@@ -18,10 +18,22 @@ matrix:
18
- os: linux
19
compiler: clang
20
env: CMAKE_CONFIGURATION=release BUILD_DIR=build
21
+ addons:
22
+ apt:
23
+ packages:
24
+ - libboost-regex-dev
25
+ - cppcheck
26
+ - clang-tidy-3.8
27
28
29
30
env: CMAKE_CONFIGURATION=debug BUILD_DIR=build-debug
31
32
33
34
35
36
37
38
39
compiler: gcc
@@ -35,6 +47,9 @@ matrix:
47
packages:
48
- cmake
49
- g++-5
50
51
52
53
54
40
55
0 commit comments