From b1afd40d34a2ccc1f71afa1836efba71d1a2a580 Mon Sep 17 00:00:00 2001 From: Ender's Games Date: Wed, 22 Aug 2018 12:29:58 -0400 Subject: [PATCH] Travis: Increase number of processors for build The build is absurdly slow for what is actually processed --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a5e258611..3ec8f848c 100755 --- a/.travis.yml +++ b/.travis.yml @@ -46,7 +46,7 @@ before_script: script: - git fetch --depth 50 - cd shell/android-studio -- export NUMBER_OF_PROCESSORS=2 +- export NUMBER_OF_PROCESSORS=4 - sudo chmod 755 travis-build.sh - "./travis-build.sh" - test -z "$encrypted_c726d225a9d9_key" || ./travis-release.sh