File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 11language : c
22
3- sudo : false
3+ dist : trusty
4+ sudo : required
45
56os :
67 - linux
@@ -39,13 +40,14 @@ matrix:
3940 after_success : echo "Skip report coverage"
4041
4142before_install :
43+ - source ./ci/before_install_${TRAVIS_OS_NAME}.sh
4244 - source ./ci/coveralls/before_install_${TRAVIS_OS_NAME}.sh
4345 - pip install --user codecov
4446
4547script :
4648 - make CC="$CC --coverage"
4749 - file ./newlisp && ./newlisp -v
48- - make testall
50+ - make checkall
4951
5052after_success :
5153 - coveralls --exclude util
Original file line number Diff line number Diff line change 1+ #! /bin/sh
2+ # # Enable ipv6 loopback only for testing
3+ # sudo /sbin/sysctl -w net.ipv6.conf.all.disable_ipv6=0
4+ # sudo /sbin/sysctl -w net.ipv6.conf.default.disable_ipv6=0
5+ sudo /sbin/sysctl -w net.ipv6.conf.lo.disable_ipv6=0
6+ ip addr
Original file line number Diff line number Diff line change 1+ #! /bin/sh
2+ # NOOP
You can’t perform that action at this time.
0 commit comments