Re-added make command to Travis config file
This commit is contained in:
parent
e1ff375b4d
commit
6ca46aca62
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue