Browse Source

increment parallel number.

saberma 10 years ago
parent
commit
9f35689956
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: '-j8' # avoid travis-ci to set deployment mode by default, and use parallel bundlerr
+bundler_args: '-j64' # avoid travis-ci to set deployment mode by default, and use parallel bundlerr
 
 #before_script: bundle install