Slightly faster builds

This commit is contained in:
Hackerpilot 2015-08-11 23:41:04 -07:00
parent 944604fb3d
commit 1d4c2fd72c
1 changed files with 1 additions and 1 deletions

View File

@ -2,5 +2,5 @@ sudo: false
language: d
script:
- git submodule update --init --recursive
- make debug
- make debug -j2
- cd tests && ./run_tests.sh