travis: enable x2 build parallelism (it was very good on master)

This commit is contained in:
Chris Beck 2014-12-23 00:15:36 -05:00
parent 45d7882fa7
commit cd984ad0c2

View file

@ -12,7 +12,7 @@ before_install:
- sudo add-apt-repository -y --remove "deb http://archive.ubuntu.com/ubuntu/ saucy main universe"
- sudo apt-get update -qq
install:
script: scons cxxtool=$CXX strict=True extra_flags_release="-O0" wesnoth wesnothd campaignd test
script: scons cxxtool=$CXX strict=True extra_flags_release="-O0" wesnoth wesnothd campaignd test jobs=2
after_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"