Skip to content

Commit

Permalink
Add names to travis tests
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Martín <[email protected]>
  • Loading branch information
carlosms committed Oct 23, 2019
1 parent d794ab7 commit 64b899d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,59 +24,69 @@ script:
jobs:
include:
- go: 1.11.x
name: 'Unit tests Go 1.11'
- go: 1.12.x
name: 'Unit tests Go 1.12'

# Integration test builds for 3rd party clients
- go: 1.12.x
name: 'Integration test go'
script:
- make TEST=go integration

- language: python
python: '3.6'
before_install:
- eval "$(gimme 1.12.4)"
name: 'Integration test python-pymysql'
script:
- make TEST=python-pymysql integration

- language: python
python: '3.6'
before_install:
- eval "$(gimme 1.12.4)"
name: 'Integration test python-mysql'
script:
- make TEST=python-mysql integration

- language: python
python: '3.6'
before_install:
- eval "$(gimme 1.12.4)"
name: 'Integration test python-sqlalchemy'
script:
- make TEST=python-sqlalchemy integration

- language: php
php: '7.1'
before_install:
- eval "$(gimme 1.12.4)"
name: 'Integration test php'
script:
- make TEST=php integration

- language: ruby
ruby: '2.3'
before_install:
- eval "$(gimme 1.12.4)"
name: 'Integration test ruby'
script:
- make TEST=ruby integration

- language: java
jdk: openjdk8
before_install:
- eval "$(gimme 1.12.4)"
name: 'Integration test jdbc-mariadb'
script:
- make TEST=jdbc-mariadb integration

- language: node_js
node_js: '12'
before_install:
- eval "$(gimme 1.12.4)"
name: 'Integration test javascript'
script:
- make TEST=javascript integration

Expand All @@ -85,12 +95,14 @@ jobs:
dotnet: '2.1'
before_install:
- eval "$(gimme 1.12.4)"
name: 'Integration test dotnet'
script:
- make TEST=dotnet integration

- language: c
compiler: clang
before_install:
- eval "$(gimme 1.12.4)"
name: 'Integration test c'
script:
- make TEST=c integration

0 comments on commit 64b899d

Please sign in to comment.