We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35e4cc2 commit 92ab1deCopy full SHA for 92ab1de
.travis.yml
@@ -10,4 +10,4 @@ branches:
10
only:
11
- master
12
env:
13
- - RUBY=ruby GEM=gem SLOWNESS=5
+ - RUBY=ruby GEM=gem SLOWNESS=6
travisci.py
@@ -7,7 +7,7 @@
7
import sys
8
import os
9
-multiplier = float(os.environ.get('SLOWNESS', 1))
+multiplier = float(os.environ.get('SLOWNESS', 6))
def run(cmd, **kwargs):
p = subprocess.Popen(cmd.split(),
0 commit comments