datadog-sdk-testing 0.3.4 → 0.3.5
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/tasks/ci/common.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e0957ec1ab90ffa2d0b2e4f938aed85e5563d540
|
4
|
+
data.tar.gz: 3d0a1e845a3f006147da1ecef07f0193e745d100
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5bd2c467277e9553d778d7d9277696fcf951e6fd3900e02df8a0c1aba9da42d0d7d297e394a0b89be49fca01a2dbba5bd7bdaf23fa555a6442069f56ca5f4166
|
7
|
+
data.tar.gz: e3bcfb854c2e75e5c3e4ff279e1d20438202e390c7c0cf7f2c373b4220742f6a3f3c11142eb0e13c13b7b12c77c92cc0d631dde2a8526639d3e8cba3f507d7ce
|
data/lib/tasks/ci/common.rb
CHANGED
@@ -12,7 +12,7 @@ def check_env
|
|
12
12
|
end
|
13
13
|
|
14
14
|
def travis_circle_env
|
15
|
-
abort 'You are not in a Travis/Circle CI environment, this task wont apply.' if !ENV['
|
15
|
+
abort 'You are not in a Travis/Circle CI environment, this task wont apply.' if !ENV['TRAVIS'] && !ENV['CIRCLECI']
|
16
16
|
end
|
17
17
|
|
18
18
|
def sed(source, a, b, mods)
|