take advantage of 1.5 cores given by travis with parallelization!
This commit is contained in:
parent
3f496db5a9
commit
5a97d831de
@ -3,7 +3,7 @@ compiler:
|
||||
- gcc
|
||||
- clang
|
||||
# Build MCServer
|
||||
script: make release=1
|
||||
script: make release=1 -j 2
|
||||
|
||||
# Notification Settings
|
||||
notifications:
|
||||
|
Loading…
Reference in New Issue
Block a user