Skip to content

Commit 4ce0d55

Browse files
committed
Increase git depth to satisfy version inference
1 parent 2a50c2f commit 4ce0d55

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sudo: false
55
# as per http://blog.travis-ci.com/2014-12-17-faster-builds-with-container-based-infrastructure/
66

77
git:
8-
depth: 20
8+
depth: 50
99

1010
# prevent travis running gradle assemble; let the build script do it anyway
1111
install: true

src/test/java/rx/internal/operators/OnSubscribeCollectTest.java

-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
import java.util.concurrent.CopyOnWriteArrayList;
2525
import java.util.concurrent.atomic.AtomicBoolean;
2626

27-
import org.junit.Assert;
2827
import org.junit.Test;
2928

3029
import rx.Observable;

0 commit comments

Comments
 (0)