Skip to content

Commit 463a9a6

Browse files
committed
Removed IPV6 due to travis limitations
1 parent f8163c6 commit 463a9a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ compiler:
99
- clang
1010

1111
script:
12-
- mkdir build && cd build && cmake -DDISABLE_STATIC=ON .. && make && CTEST_OUTPUT_ON_FAILURE=1 ctest
12+
- mkdir build && cd build && cmake -DBOOSTER_AIO_HAVE_PF_INET6=OFF -DDISABLE_STATIC=ON .. && make && CTEST_OUTPUT_ON_FAILURE=1 ctest

0 commit comments

Comments
 (0)