Преглед изворни кода

increment parallel number.

saberma пре 11 година
родитељ
комит
9f35689956
1 измењених фајлова са 1 додато и 1 уклоњено
  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