Change travisCI.

This commit is contained in:
Tomofumi Hayashi 2015-03-18 16:00:17 +09:00
parent 8cd268dd9d
commit c20147c396
1 changed files with 1 additions and 1 deletions

View File

@ -7,4 +7,4 @@ before_script:
- (wget -O - ftp://ftp.netfilter.org/pub/nftables/nftables-0.4.tar.bz2 | tar xvfpj - ; cd nftables-0.4; ./configure; make; make install)
- (wget -O - ftp://ftp.netfilter.org/pub/libnfnetlink/libnfnetlink-1.0.1.tar.bz2 | tar xvfpj -; cd libnfnetlink-1.0.1; ./configure; make ; make install)
script:
- make -f Makefile.linux_nft config.h all
- cd miniupnpd && make -f Makefile.linux_nft config.h all