[General] Updated travis script to build to example_plugin

This commit is contained in:
Maschell 2018-02-04 10:29:04 +01:00
parent ea24c2c557
commit e4ba75be70
2 changed files with 4 additions and 2 deletions

View File

@ -33,4 +33,6 @@ install:
- (cd libutils-master && make -j8 && make install) - (cd libutils-master && make -j8 && make install)
script: script:
- make
- (cd loader && make) - (cd loader && make)
- (cd example_plugin && make)