Skip to content

Commit 3b0744d

Browse files
committed
CI changes.
1 parent 6fb2bf1 commit 3b0744d

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

.appveyor.yml

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ matrix:
1313

1414
branches:
1515
only:
16+
- master
1617
- staging
1718
- trying
1819

.gitlab-ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,25 @@ include:
1414

1515
test:v1.0:
1616
only:
17+
- master
1718
- staging
1819
- trying
1920

2021
test:dev:
2122
allow_failure: true
2223
only:
24+
- master
2325
- staging
2426
- trying
2527

2628
documentation:
2729
only:
30+
- master
2831
- staging
2932
- trying
3033

3134
coverage:
3235
only:
36+
- master
3337
- staging
3438
- trying

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ matrix:
1616

1717
branches:
1818
only:
19+
- master
1920
- staging
2021
- trying
2122

README.md

-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# GPUArrays
22

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)
63
[![](https://codecov.io/gh/JuliaGPU/GPUArrays.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/JuliaGPU/GPUArrays.jl)
74
[![](https://img.shields.io/badge/docs-latest-blue.svg)](https://JuliaGPU.github.io/GPUArrays.jl/latest)
85

0 commit comments

Comments
 (0)