File tree 4 files changed +6
-3
lines changed
4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ matrix:
13
13
14
14
branches :
15
15
only :
16
+ - master
16
17
- staging
17
18
- trying
18
19
Original file line number Diff line number Diff line change @@ -14,21 +14,25 @@ include:
14
14
15
15
test:v1.0 :
16
16
only :
17
+ - master
17
18
- staging
18
19
- trying
19
20
20
21
test:dev :
21
22
allow_failure : true
22
23
only :
24
+ - master
23
25
- staging
24
26
- trying
25
27
26
28
documentation :
27
29
only :
30
+ - master
28
31
- staging
29
32
- trying
30
33
31
34
coverage :
32
35
only :
36
+ - master
33
37
- staging
34
38
- trying
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ matrix:
16
16
17
17
branches :
18
18
only :
19
+ - master
19
20
- staging
20
21
- trying
21
22
Original file line number Diff line number Diff line change 1
1
# GPUArrays
2
2
3
- [ ![ ] ( https://travis-ci.org/JuliaGPU/GPUArrays.jl.svg?branch=master )] ( https://travis-ci.org/JuliaGPU/GPUArrays.jl )
4
- [ ![ ] ( https://ci.appveyor.com/api/projects/status/2aa4bvmq7e9rh338/branch/master?svg=true )] ( https://ci.appveyor.com/project/SimonDanisch/gpuarrays-jl/branch/master )
5
- [ ![ ] ( https://gitlab.com/JuliaGPU/GPUArrays.jl/badges/master/pipeline.svg )] ( https://gitlab.com/JuliaGPU/GPUArrays.jl/pipelines )
6
3
[ ![ ] ( https://codecov.io/gh/JuliaGPU/GPUArrays.jl/branch/master/graph/badge.svg )] ( https://codecov.io/gh/JuliaGPU/GPUArrays.jl )
7
4
[ ![ ] ( https://img.shields.io/badge/docs-latest-blue.svg )] ( https://JuliaGPU.github.io/GPUArrays.jl/latest )
8
5
You can’t perform that action at this time.
0 commit comments