Skip to content

Commit 92ab1de

Browse files
author
Michael Klishin
committed
Ditto
1 parent 35e4cc2 commit 92ab1de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ branches:
1010
only:
1111
- master
1212
env:
13-
- RUBY=ruby GEM=gem SLOWNESS=5
13+
- RUBY=ruby GEM=gem SLOWNESS=6

travisci.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import sys
88
import os
99

10-
multiplier = float(os.environ.get('SLOWNESS', 1))
10+
multiplier = float(os.environ.get('SLOWNESS', 6))
1111

1212
def run(cmd, **kwargs):
1313
p = subprocess.Popen(cmd.split(),

0 commit comments

Comments
 (0)