Skip to content

Commit 969cb32

Browse files
author
TJ Saunders
committed
Cleaning up the Travis CI build config, trying to make it build successfully
again.
1 parent cc55147 commit 969cb32

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.travis.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ compiler:
77
install:
88
# for unit tests
99
- sudo apt-get install -y check
10+
- sudo apt-get install -y libsubunit-dev
1011
# for static code analysis
11-
- sudo apt-get install -y cppcheck rats
12+
# - sudo apt-get install -y cppcheck
13+
# - sudo apt-get install -y rats
1214
# for test code coverage
1315
- sudo apt-get install -y lcov
1416
- gem install coveralls-lcov
@@ -23,8 +25,8 @@ script:
2325
- git clone --depth 10 https://github.com/proftpd/proftpd.git
2426
- cp mod_proxy_protocol.c proftpd/contrib/
2527
- cd proftpd
26-
- ./configure LIBS="-lm -lrt -pthread" --enable-devel=coverage --enable-tests --with-module=mod_proxy_protocol
28+
- ./configure LIBS="-lm -lsubunit -lrt -pthread" --enable-devel=coverage --enable-tests --with-module=mod_proxy_protocol
2729
- make
2830
- make clean
29-
- ./configure LIBS="-lm -lrt -pthread" --enable-devel=coverage --enable-dso --enable-tests --with-shared=mod_proxy_protocol
31+
- ./configure LIBS="-lm -lsubunit -lrt -pthread" --enable-devel=coverage --enable-dso --enable-tests --with-shared=mod_proxy_protocol
3032
- make

0 commit comments

Comments
 (0)