Re-added make command to Travis config file

This commit is contained in:
RElesgoe 2018-07-28 18:49:09 -07:00
parent e1ff375b4d
commit 6ca46aca62

View file

@ -31,6 +31,9 @@ before_script:
- cd build
- cmake -D WITH_MYSQL=true -D WITH_LUA=true ../
script:
- make
after_script:
- sudo make install
- sudo make uninstall