travis CI : add 'make install'

This commit is contained in:
Thomas Bernard 2015-07-29 23:45:24 +02:00
parent 1da63faa4f
commit 8beb3c8f49
1 changed files with 1 additions and 0 deletions

View File

@ -30,4 +30,5 @@ script:
- 'make -f $MAKEFILE -j3'
after_success:
- 'make -f $MAKEFILE install'
- 'if [ "$PROJECT" = "miniupnpc" ]; then make -f $MAKEFILE check; fi'