Skip to content
This repository was archived by the owner on Sep 27, 2021. It is now read-only.

Commit 4bf833d

Browse files
committed
remove checkout code
1 parent f44ad3c commit 4bf833d

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

test/runtests.jl

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,3 @@
1-
if (
2-
get(ENV, "TRAVIS", "") == "true" ||
3-
get(ENV, "APPVEYOR", "") == "true" ||
4-
get(ENV, "CI", "") == "true"
5-
)
6-
Pkg.clone("GPUArrays")
7-
Pkg.checkout("GPUArrays", "sd/abstractgpu")
8-
end
9-
101
using CLArrays
112
using GPUArrays.TestSuite, Base.Test
123
for dev in CLArrays.devices()

0 commit comments

Comments
 (0)