Skip to content

Commit bd7ada0

Browse files
committed
update README
1 parent 958773d commit bd7ada0

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ MySQL native
33

44
[![DUB Package](https://img.shields.io/dub/v/mysql-native.svg)](https://code.dlang.org/packages/mysql-native)
55
[![GitHub CI](https://github.com/mysql-d/mysql-native/actions/workflows/dub.yml/badge.svg)](https://github.com/mysql-d/mysql-native/actions/workflows/dub.yml)
6-
[![Build Status](https://travis-ci.org/mysql-d/mysql-native.svg?branch=master)](https://travis-ci.org/mysql-d/mysql-native)
76

87
A [Boost-licensed](http://www.boost.org/LICENSE_1_0.txt) native [D](http://dlang.org)
98
client driver for MySQL and MariaDB.
@@ -21,8 +20,7 @@ type based on whether Vibe.d is used in your project. (If you use
2120
Otherwise, you can use `-version=Have_vibe_d_core` to force Vibe.d sockets
2221
instead of Phobos ones.)
2322

24-
See [.travis.yml](https://github.com/mysql-d/mysql-native/blob/master/.travis.yml)
25-
for a list of officially supported D compiler versions.
23+
Should work on D compilers from 2.068 through to the latest release but the CI only tests against version 2.080.1 and above. For a full list see the builds on Github Actions.
2624

2725
In this document:
2826
* [API](#api)

0 commit comments

Comments
 (0)