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

Commit 19fc282

Browse files
authored
Merge pull request #856 from carlosms/travis-names
Add names to travis tests
2 parents d794ab7 + 64b899d commit 19fc282

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.travis.yml

+12
Original file line numberDiff line numberDiff line change
@@ -24,59 +24,69 @@ script:
2424
jobs:
2525
include:
2626
- go: 1.11.x
27+
name: 'Unit tests Go 1.11'
2728
- go: 1.12.x
29+
name: 'Unit tests Go 1.12'
2830

2931
# Integration test builds for 3rd party clients
3032
- go: 1.12.x
33+
name: 'Integration test go'
3134
script:
3235
- make TEST=go integration
3336

3437
- language: python
3538
python: '3.6'
3639
before_install:
3740
- eval "$(gimme 1.12.4)"
41+
name: 'Integration test python-pymysql'
3842
script:
3943
- make TEST=python-pymysql integration
4044

4145
- language: python
4246
python: '3.6'
4347
before_install:
4448
- eval "$(gimme 1.12.4)"
49+
name: 'Integration test python-mysql'
4550
script:
4651
- make TEST=python-mysql integration
4752

4853
- language: python
4954
python: '3.6'
5055
before_install:
5156
- eval "$(gimme 1.12.4)"
57+
name: 'Integration test python-sqlalchemy'
5258
script:
5359
- make TEST=python-sqlalchemy integration
5460

5561
- language: php
5662
php: '7.1'
5763
before_install:
5864
- eval "$(gimme 1.12.4)"
65+
name: 'Integration test php'
5966
script:
6067
- make TEST=php integration
6168

6269
- language: ruby
6370
ruby: '2.3'
6471
before_install:
6572
- eval "$(gimme 1.12.4)"
73+
name: 'Integration test ruby'
6674
script:
6775
- make TEST=ruby integration
6876

6977
- language: java
7078
jdk: openjdk8
7179
before_install:
7280
- eval "$(gimme 1.12.4)"
81+
name: 'Integration test jdbc-mariadb'
7382
script:
7483
- make TEST=jdbc-mariadb integration
7584

7685
- language: node_js
7786
node_js: '12'
7887
before_install:
7988
- eval "$(gimme 1.12.4)"
89+
name: 'Integration test javascript'
8090
script:
8191
- make TEST=javascript integration
8292

@@ -85,12 +95,14 @@ jobs:
8595
dotnet: '2.1'
8696
before_install:
8797
- eval "$(gimme 1.12.4)"
98+
name: 'Integration test dotnet'
8899
script:
89100
- make TEST=dotnet integration
90101

91102
- language: c
92103
compiler: clang
93104
before_install:
94105
- eval "$(gimme 1.12.4)"
106+
name: 'Integration test c'
95107
script:
96108
- make TEST=c integration

0 commit comments

Comments
 (0)