Skip to content

Commit 42cf80b

Browse files
committed
remove travis-ci related files
1 parent 18d4513 commit 42cf80b

File tree

6 files changed

+6
-333
lines changed

6 files changed

+6
-333
lines changed

.github/workflows/dub.yml

+3
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,13 @@ jobs:
2323
compiler:
2424
- dmd-latest
2525
- ldc-latest
26+
- dmd-2.098.1
2627
- dmd-2.097.2
2728
- dmd-2.096.1
2829
- dmd-2.095.1
2930
- dmd-2.094.2
31+
- ldc-1.28.1 # eq to dmd v2.098.1
32+
- ldc-1.27.1 # eq to dmd v2.097.2
3033
- ldc-1.25.1 # eq to dmd v2.095.1
3134
- ldc-1.24.0 # eq to dmd v2.094.1
3235
steps:

.travis.yml

-129
This file was deleted.

.travis/docker-mssql.sh

-108
This file was deleted.

.travis/xenial-msodbc.sh

-95
This file was deleted.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
DDBC
22
====
33

4-
[![DUB Package](https://img.shields.io/dub/v/ddbc.svg)](https://code.dlang.org/packages/ddbc) [![CI](https://github.com/buggins/ddbc/workflows/CI/badge.svg)](https://github.com/buggins/ddbc/actions?query=workflow%3ACI) [![Build Status](https://travis-ci.org/buggins/ddbc.svg?branch=master)](https://travis-ci.org/buggins/ddbc) [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/buggins/ddbc?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
4+
[![DUB Package](https://img.shields.io/dub/v/ddbc.svg)](https://code.dlang.org/packages/ddbc) [![CI](https://github.com/buggins/ddbc/workflows/CI/badge.svg)](https://github.com/buggins/ddbc/actions?query=workflow%3ACI) [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/buggins/ddbc?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
55

66
DDBC is DB Connector for D language (similar to JDBC)
77

SECURITY.md

+2
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ We only support the latest major/minor release. Fixes for security issues that d
1212
## Reporting a Vulnerability
1313

1414
Development on ddbc is not particularly active. If a vulnerability is found please consider making a pull request with a description of the problem and the appropriate fix. Appropriate testing should also be included.
15+
16+
You can also make contact via gitter.im: [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/buggins/ddbc?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)

0 commit comments

Comments
 (0)