1
0

take advantage of 1.5 cores given by travis with parallelization!

This commit is contained in:
Alexander Harkness 2013-12-19 20:56:07 +00:00
parent 3f496db5a9
commit 5a97d831de

View File

@ -3,7 +3,7 @@ compiler:
- gcc
- clang
# Build MCServer
script: make release=1
script: make release=1 -j 2
# Notification Settings
notifications: