We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a50c2f commit 4ce0d55Copy full SHA for 4ce0d55
.travis.yml
@@ -5,7 +5,7 @@ sudo: false
5
# as per http://blog.travis-ci.com/2014-12-17-faster-builds-with-container-based-infrastructure/
6
7
git:
8
- depth: 20
+ depth: 50
9
10
# prevent travis running gradle assemble; let the build script do it anyway
11
install: true
src/test/java/rx/internal/operators/OnSubscribeCollectTest.java
@@ -24,7 +24,6 @@
24
import java.util.concurrent.CopyOnWriteArrayList;
25
import java.util.concurrent.atomic.AtomicBoolean;
26
27
-import org.junit.Assert;
28
import org.junit.Test;
29
30
import rx.Observable;
0 commit comments