We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 970468f commit 9c85a94Copy full SHA for 9c85a94
1 file changed
.travis.yml
@@ -19,6 +19,7 @@ matrix:
19
- clang-tidy-3.8
20
- libcpplocate-dev
21
- libcppassist-dev
22
+ - libcppfs-dev
23
24
- os: linux
25
compiler: clang
@@ -32,6 +33,7 @@ matrix:
32
33
34
35
36
37
38
39
compiler: gcc
@@ -50,6 +52,7 @@ matrix:
50
52
51
53
54
55
56
57
58
@@ -68,6 +71,7 @@ matrix:
68
71
69
72
70
73
74
75
76
before_install:
77
- if [ $TRAVIS_OS_NAME == linux ]; then export CMAKE_OPTIONS="$CMAKE_OPTIONS"; fi
0 commit comments