Browse Source

use parallel number:16.

saberma 10 years ago
parent
commit
459be92deb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -1,6 +1,6 @@
 language: ruby
 
-bundler_args: '-j32' # avoid travis-ci to set deployment mode by default, and use parallel bundlerr
+bundler_args: '-j16' # avoid travis-ci to set deployment mode by default, and use parallel bundlerr
 
 #before_script: bundle install