Make modules as part of Travis build

They are quick to build, and this ensures we keep them building OK as we make other changes.
This commit is contained in:
James Crook 2018-04-06 10:58:24 +01:00
parent e35c49f648
commit 31ce57e324
1 changed files with 3 additions and 1 deletions

View File

@ -17,4 +17,6 @@ before_install:
language:
- cpp
script:
- time ./configure && time make -j2
- mkdir build
- cd build
- time ../configure && time make modules && time make -j2