Skip to content

Commit f9b3695

Browse files
committed
Changes tests to use newly registered DataStreamsIntegrationTests package
1 parent e20e648 commit f9b3695

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
language: julia
22

3+
sudo: false
4+
35
os:
46
- linux
57
- osx

test/REQUIRE

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
NullableArrays
2+
DataStreamsIntegrationTests

test/runtests.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,8 +294,6 @@ for (v1, v2) in zip(r.columns[2], Any[b"b", BigInt(2), p1, p2])
294294
end
295295
############################################
296296

297-
installed = Pkg.installed()
298-
haskey(installed, "DataStreamsIntegrationTests") || Pkg.clone("https://github.com/JuliaData/DataStreamsIntegrationTests")
299297
using DataStreamsIntegrationTests
300298

301299
include("datastreams.jl")

0 commit comments

Comments
 (0)